Posted By:
michi_michaela
Posted On:
Friday, April 21, 2006 03:30 AM
hi i wrote a junit 4.0 test class for my calculatorTest.java now i need to write / to do a test report which should look like this: CalculatorFunctions-Tests- Thu Apr 20 15:03:12 CEST 2006 ----------------------------------------------------- .testAdd1 Passed .testAdd2 Passed .testAdd3 Passed .testSubtract1 Passed testExample F ...... Time: 0,03 There were x failures but i have no clue how to do this with eclipse.... could not find a tutorial or something like this please can u help me? <
More>>
hi
i wrote a junit 4.0 test class for my calculatorTest.java
now i need to write / to do a test report which should look like this:
CalculatorFunctions-Tests- Thu Apr 20 15:03:12 CEST 2006
-----------------------------------------------------
.testAdd1 Passed
.testAdd2 Passed
.testAdd3 Passed
.testSubtract1 Passed
testExample F
......
Time: 0,03
There were x failures
but i have no clue how to do this with eclipse.... could not find a tutorial or something like this
please can u help me?
<
<<Less