JUnit output problems
Submitted by Monday, 23 February, 2004 - 16:53
on
Hello Everyone,
I have a simple test that has the following code in a method
assertEquals( "hello", "hello 34534" );
This obviously fails. JUnit says it succeeds and I have println's everywhere but nothing is being output to the console.
What do I need to do ?
Thanks,
Joyce Stack
I have a simple test that has the following code in a method
assertEquals( "hello", "hello 34534" );
This obviously fails. JUnit says it succeeds and I have println's everywhere but nothing is being output to the console.
What do I need to do ?
Thanks,
Joyce Stack