Update README.md

This commit is contained in:
Tom Hombergs
2020-08-08 17:42:04 +10:00
committed by GitHub
parent ac7df576e3
commit bbb40924d9

View File

@@ -1,3 +1,7 @@
# Examples with JUnit 4 and JUnit 5
# Examples for assumptions with JUnit 4 and 5
Have a look at [the code](/src/test/java/com/example/demo/)
Have a look at [the code](/src/test/java/com/example/demo/).
## Blog posts
* [Assumptions and Conditional Test Execution with JUnit 4 and 5](https://reflectoring.io/conditional-junit4-junit5-tests/)