2016-07-12 19:47:09 -04:00
|
|
|
|
=========
|
|
|
|
|
|
|
|
|
|
## 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
|
|
|
|
- [AssertJ’s 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)
|
2017-05-30 15:58:07 -04:00
|
|
|
|
- [Testing with Google Truth](http://www.baeldung.com/google-truth)
|
2017-06-10 21:47:31 -04:00
|
|
|
|
- [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)
|
2017-08-17 11:41:57 -04:00
|
|
|
|
- [Cucumber Java 8 Support](http://www.baeldung.com/cucumber-java-8-support)
|
2017-09-16 05:26:29 -04:00
|
|
|
|
- [Introduction to Lambda Behave](http://www.baeldung.com/lambda-behave)
|
2017-10-15 07:55:42 -04:00
|
|
|
|
- [Introduction to Jukito](http://www.baeldung.com/jukito)
|
2017-11-19 01:28:47 -05:00
|
|
|
|
- [Custom JUnit 4 Test Runners](http://www.baeldung.com/junit-4-custom-runners)
|
2017-12-27 21:58:28 -05:00
|
|
|
|
- [Guide to JSpec](http://www.baeldung.com/jspec)
|
2018-02-05 14:10:44 -05:00
|
|
|
|
- [Custom Assertions with AssertJ](http://www.baeldung.com/assertj-custom-assertion)
|
2018-02-12 14:12:51 -05:00
|
|
|
|
- [Using Conditions with AssertJ](http://www.baeldung.com/assertj-conditions)
|