java-tutorials/testing/README.md

12 lines
453 B
Markdown
Raw Normal View History

=========
## Mutation Testing
### Relevant Articles:
2016-07-14 08:52:28 -04:00
- [Introduction to Mutation Testing Using the PITest Library](http://www.baeldung.com/java-mutation-testing-with-pitest)
2016-10-04 05:05:14 -04:00
- [Intro to JaCoCo](http://www.baeldung.com/jacoco)
2017-04-26 14:31:31 -04:00
- [AssertJs Java 8 Features](http://www.baeldung.com/assertJ-java-8-features)
- [AssertJ for Guava](http://www.baeldung.com/assertJ-for-guava)
- [Introduction to AssertJ](http://www.baeldung.com/introduction-to-assertj)
2016-11-02 06:09:55 -04:00