I started out with template project and modified to myownproject.
now added test methods to StandardTestCase for service lookup.
I intentionaly fail a test to ensure it is working.
The failure works fine, but I don't see the failure message.
e.g.
fail("THIS IS FAILURE MESSAGE");
this results in
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 2.54 sec
[junit] [ERROR] TEST com.pinksheets.fixgateway.test.StandardTestCase
FAILED
as expected.
But no message "THIS IS FAILURE MESSAGE" appears anywhere in console
output.
any ideas?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]