Coverage Report
Test Session
measured on October 25, 2010 2:27:54 PM CEST
up to the title page
de . fhwi . codecover . TestJunit . testWahrFalsch4
Statement Coverage Branch Coverage Loop Coverage Strict Condition Coverage
public void testWahrFalsch4() 3 / 5 60 %
1 / 2 50 %
0 / 0 ---
0 / 0 ---
TestJunit.java
67       public void testWahrFalsch4(){
68           String expected = "keiner wahr";
69           
70           try{
71               objWF.TestOder(false, false);
72               fail();
73           }catch (Exception e) {
74               assertEquals(expected, objWF.getString());
75               //e.printStackTrace();
76               System.out.println("Keine Variable Wahr. Exception getestet");
77           }    
78       }
created on October 25, 2010 2:27:54 PM CEST with CodeCover