java-tutorials/testing-modules/testing/README.md

19 lines
1.0 KiB
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)
2017-05-07 03:49:36 -04:00
- [Cucumber and Scenario Outline](http://www.baeldung.com/cucumber-scenario-outline)
- [Testing with Google Truth](http://www.baeldung.com/google-truth)
- [Testing with JGoTesting](http://www.baeldung.com/jgotesting)
2017-06-15 10:09:30 -04:00
- [Introduction to JUnitParams](http://www.baeldung.com/junit-params)
- [Cucumber Java 8 Support](http://www.baeldung.com/cucumber-java-8-support)
- [Introduction to Lambda Behave](http://www.baeldung.com/lambda-behave)
- [Introduction to Jukito](http://www.baeldung.com/jukito)
- [Custom JUnit 4 Test Runners](http://www.baeldung.com/junit-4-custom-runners)