1
0

improving branch coverage for AssetResourceIntTest

This commit is contained in:
Michael Hoennig
2019-04-20 10:47:01 +02:00
parent 9f95af7547
commit 7ba20b3687
5 changed files with 18 additions and 12 deletions

View File

@@ -19,3 +19,12 @@ Either simply:
or with a specific port:
SERVER_PORT=8081 ./gradlew bootRun
== Running JUnit tests with branch coverage
=== for IntelliJ IDEA
see: https://confluence.jetbrains.com/display/IDEADEV/IDEA+Coverage+Runner
Either apply it to specific test configurations or,
better, delete the previous test configurations and amend the JUnit template.