Coverage Report
Test Session
measured on October 25, 2010 2:27:43 PM CEST
up to the title page
de . fhwi . codecover . TestJunit . testWahrFalsch3
Statement Coverage Branch Coverage Loop Coverage Strict Condition Coverage
public void testWahrFalsch3() 0 / 5 0 %
0 / 2 0 %
0 / 0 ---
0 / 0 ---
TestJunit.java
53       public void testWahrFalsch3(){
54           String expected = "a oder b wahr";
55           
56           try{
57               objWF.TestOder(false, true);
58           }catch (Exception e) {
59               fail("TestWahrFalsch3 fehlgeschlagen");
60               e.printStackTrace();
61           }
62           
63           assertEquals(expected, objWF.getString());
64           
65       }
created on October 25, 2010 2:27:43 PM CEST with CodeCover