25 lines
1.5 KiB
Markdown
Raw Normal View History

=========
## 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
- [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 09:49:36 +02: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 16:09:30 +02: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)
- [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)
- [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)