Merge pull request #7787 from sjmillington/guava-split-readme-move

[BAEL-16643] Add article links to mockito module
This commit is contained in:
Loredana Crusoveanu 2019-09-17 08:12:43 +03:00 committed by GitHub
commit 7bf913edf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View File

@ -6,5 +6,4 @@
- [Serenity BDD with Spring and JBehave](http://www.baeldung.com/serenity-spring-jbehave) - [Serenity BDD with Spring and JBehave](http://www.baeldung.com/serenity-spring-jbehave)
- [Introduction to Awaitlity](http://www.baeldung.com/awaitlity-testing) - [Introduction to Awaitlity](http://www.baeldung.com/awaitlity-testing)
- [Introduction to Hoverfly in Java](http://www.baeldung.com/hoverfly) - [Introduction to Hoverfly in Java](http://www.baeldung.com/hoverfly)
- [Hamcrest File Matchers](https://www.baeldung.com/hamcrest-file-matchers) - [Testing with Hamcrest](http://www.baeldung.com/java-junit-hamcrest-guide)
- [Hamcrest Text Matchers](http://www.baeldung.com/hamcrest-text-matchers)

View File

@ -1,2 +0,0 @@
### Relevant Articles:
- [Testing with Hamcrest](http://www.baeldung.com/java-junit-hamcrest-guide)

View File

@ -21,4 +21,6 @@
- [Quick Guide to BDDMockito](http://www.baeldung.com/bdd-mockito) - [Quick Guide to BDDMockito](http://www.baeldung.com/bdd-mockito)
- [Hamcrest Bean Matchers](http://www.baeldung.com/hamcrest-bean-matchers) - [Hamcrest Bean Matchers](http://www.baeldung.com/hamcrest-bean-matchers)
- [Hamcrest Object Matchers](http://www.baeldung.com/hamcrest-object-matchers) - [Hamcrest Object Matchers](http://www.baeldung.com/hamcrest-object-matchers)
- [Hamcrest File Matchers](https://www.baeldung.com/hamcrest-file-matchers)
- [Hamcrest Text Matchers](http://www.baeldung.com/hamcrest-text-matchers)
- [Testing Callbacks with Mockito](http://www.baeldung.com/mockito-callbacks) - [Testing Callbacks with Mockito](http://www.baeldung.com/mockito-callbacks)