2016-07-13 00:47:09 +01:00
|
|
|
|
=========
|
|
|
|
|
|
|
|
|
|
## Mutation Testing
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2019-02-28 20:23:44 +08:00
|
|
|
|
- [Mutation Testing with PITest](http://www.baeldung.com/java-mutation-testing-with-pitest)
|
2016-10-04 15:05:14 +06:00
|
|
|
|
- [Intro to JaCoCo](http://www.baeldung.com/jacoco)
|
2017-04-26 20:31:31 +02: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 09:49:36 +02:00
|
|
|
|
- [Cucumber and Scenario Outline](http://www.baeldung.com/cucumber-scenario-outline)
|
2017-05-30 14:58:07 -05:00
|
|
|
|
- [Testing with Google Truth](http://www.baeldung.com/google-truth)
|
2017-06-10 20:47:31 -05:00
|
|
|
|
- [Testing with JGoTesting](http://www.baeldung.com/jgotesting)
|
2017-06-15 16:09:30 +02:00
|
|
|
|
- [Introduction to JUnitParams](http://www.baeldung.com/junit-params)
|
2017-08-17 21:41:57 +06:00
|
|
|
|
- [Cucumber Java 8 Support](http://www.baeldung.com/cucumber-java-8-support)
|
2017-09-16 15:26:29 +06:00
|
|
|
|
- [Introduction to Lambda Behave](http://www.baeldung.com/lambda-behave)
|
2017-10-15 13:55:42 +02:00
|
|
|
|
- [Introduction to Jukito](http://www.baeldung.com/jukito)
|
2017-11-19 12:28:47 +06:00
|
|
|
|
- [Custom JUnit 4 Test Runners](http://www.baeldung.com/junit-4-custom-runners)
|
2017-12-27 20:58:28 -06:00
|
|
|
|
- [Guide to JSpec](http://www.baeldung.com/jspec)
|
2018-02-05 20:10:44 +01:00
|
|
|
|
- [Custom Assertions with AssertJ](http://www.baeldung.com/assertj-custom-assertion)
|
2019-04-05 14:19:59 +08:00
|
|
|
|
- [Using Conditions with AssertJ Assertions](http://www.baeldung.com/assertj-conditions)
|
2019-04-05 14:36:56 +08:00
|
|
|
|
- [A Guide to JavaFaker](https://www.baeldung.com/java-faker)
|
2018-09-07 16:56:13 +06:00
|
|
|
|
- [Running JUnit Tests Programmatically, from a Java Application](https://www.baeldung.com/junit-tests-run-programmatically-from-java)
|
2019-08-04 14:19:42 +03:00
|
|
|
|
- [AssertJ Exception Assertions](http://www.baeldung.com/assertj-exception-assertion)
|