Coverage Report
Test Session
measured on October 25, 2010 2:27:43 PM CEST
up to the title page
de . fhwi . codecover . TestJunit . testWahrFalsch1
Statement Coverage Branch Coverage Loop Coverage Strict Condition Coverage
public void testWahrFalsch1() 0 / 5 0 %
0 / 2 0 %
0 / 0 ---
0 / 0 ---
TestJunit.java
25       public void testWahrFalsch1(){
26           String expected = "beide wahr";
27           
28           try{
29               objWF.TestBeideWahr(true, true);
30           }catch (Exception e) {
31               fail("TestWahrFalsch1 fehlgeschlagen");
32               e.printStackTrace();
33           }
34           
35           assertEquals(expected, objWF.getString());
36       }
created on October 25, 2010 2:27:43 PM CEST with CodeCover