update links in readmes

This commit is contained in:
Loredana
2019-08-04 14:19:42 +03:00
parent 42c4a6f647
commit f1e0397dc0
55 changed files with 56 additions and 204 deletions
+1 -11
View File
@@ -1,15 +1,5 @@
## Testing Modules
### Relevant Articles:
This is a aggregator module containing several modules focused on testing libraries.
- [Quick Guide to BDDMockito](http://www.baeldung.com/bdd-mockito)
- [AssertJ Exception Assertions](http://www.baeldung.com/assertj-exception-assertion)
- [Using Hamcrest Number Matchers](http://www.baeldung.com/hamcrest-number-matchers)
- [Assertions in JUnit 4 and JUnit 5](http://www.baeldung.com/junit-assertions)
- [REST-assured with Groovy](http://www.baeldung.com/rest-assured-groovy)
- [Hamcrest Bean Matchers](http://www.baeldung.com/hamcrest-bean-matchers)
- [Hamcrest Object Matchers](http://www.baeldung.com/hamcrest-object-matchers)
- [Headers, Cookies and Parameters with REST-assured](http://www.baeldung.com/rest-assured-header-cookie-parameter)
- [JSON Schema Validation with REST-assured](http://www.baeldung.com/rest-assured-json-schema)
- [Testing Callbacks with Mockito](http://www.baeldung.com/mockito-callbacks)
+1
View File
@@ -11,3 +11,4 @@
- [A Quick JUnit vs TestNG Comparison](http://www.baeldung.com/junit-vs-testng)
- [Guide to JUnit 5 Parameterized Tests](https://www.baeldung.com/parameterized-tests-junit-5)
- [JUnit 5 Conditional Test Execution with Annotations](https://www.baeldung.com/junit-5-conditional-test-execution)
- [Assertions in JUnit 4 and JUnit 5](http://www.baeldung.com/junit-assertions)
+4
View File
@@ -18,3 +18,7 @@
- [Hamcrest Common Core Matchers](http://www.baeldung.com/hamcrest-core-matchers)
- [Testing Callbacks with Mockito](http://www.baeldung.com/mockito-callbacks)
- [Using Hamcrest Number Matchers](https://www.baeldung.com/hamcrest-number-matchers)
- [Quick Guide to BDDMockito](http://www.baeldung.com/bdd-mockito)
- [Hamcrest Bean Matchers](http://www.baeldung.com/hamcrest-bean-matchers)
- [Hamcrest Object Matchers](http://www.baeldung.com/hamcrest-object-matchers)
- [Testing Callbacks with Mockito](http://www.baeldung.com/mockito-callbacks)
+4
View File
@@ -3,3 +3,7 @@
- [REST-assured Support for Spring MockMvc](https://www.baeldung.com/spring-mock-mvc-rest-assured)
- [Getting and Verifying Response Data with REST-assured](https://www.baeldung.com/rest-assured-response)
- [REST Assured Authentication](https://www.baeldung.com/rest-assured-authentication)
- [REST-assured with Groovy](http://www.baeldung.com/rest-assured-groovy)
- [Headers, Cookies and Parameters with REST-assured](http://www.baeldung.com/rest-assured-header-cookie-parameter)
- [JSON Schema Validation with REST-assured](http://www.baeldung.com/rest-assured-json-schema)
+1
View File
@@ -21,3 +21,4 @@
- [Using Conditions with AssertJ Assertions](http://www.baeldung.com/assertj-conditions)
- [A Guide to JavaFaker](https://www.baeldung.com/java-faker)
- [Running JUnit Tests Programmatically, from a Java Application](https://www.baeldung.com/junit-tests-run-programmatically-from-java)
- [AssertJ Exception Assertions](http://www.baeldung.com/assertj-exception-assertion)