From e1bc00c6332a0f3f381a46a4fc30045b0826b466 Mon Sep 17 00:00:00 2001
From: Gintas Grigelionis Because we don't have real business logic to test, this test class is very small: just showing how to start. For
further information see the JUnit documentation [3] and the manual of junit task. Now we
-add a junitcode> instruction to our buildfile:junit instruction to our buildfile:
...
@@ -428,9 +428,9 @@ the future just by naming them *Test.java. This is a common naming
...
junit:
- [junit] Running HelloWorldTest
- [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0,01 sec
- [junit] Test HelloWorldTest FAILED
+ [junit] Running oata.HelloWorldTest
+ [junit] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0,01 sec
+ [junit] Test oata.HelloWorldTest FAILED
BUILD SUCCESSFUL
...