We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377d8b9 commit a8b912cCopy full SHA for a8b912c
README.md
@@ -6,8 +6,9 @@ A „Hello World!” sample written in Java using Maven for the build, that show
6
This example demonstrates:
7
8
* Unit tests written with [JUnit 4](http://junit.org/)
9
+* Unit test using [PowerMockito](https://code.google.com/p/powermock/) to mock classes and test `System.exit()`
10
* Integration tests written with [JUnit 4](http://junit.org/)
-* Using [system-rules](http://www.stefan-birkner.de/system-rules/) to test `System.out` and `System.exit()`
11
+* Integration test using [system-rules](http://www.stefan-birkner.de/system-rules/) to test `System.out`
12
* Code coverage reports via [Cobertura](http://cobertura.github.io/cobertura/)
13
* A Maven build that puts it all together
14
0 commit comments