Skip to content

Commit a8b912c

Browse files
committed
Update README.md
1 parent 377d8b9 commit a8b912c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ A „Hello World!” sample written in Java using Maven for the build, that show
66
This example demonstrates:
77

88
* 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()`
910
* Integration tests written with [JUnit 4](http://junit.org/)
10-
* 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`
1112
* Code coverage reports via [Cobertura](http://cobertura.github.io/cobertura/)
1213
* A Maven build that puts it all together
1314

0 commit comments

Comments
 (0)