910111213141516171819
@Test public void testHere() { PartiallyCovered pc = new PartiallyCovered(); pc.coveredElsewhere(); pc.halfAndHalfBranch( false ); pc.switchOnInt( 2 ); pc.switchOnInt( 5 ); } }
10111213141516171819
public void testHere() { PartiallyCovered pc = new PartiallyCovered(); pc.coveredElsewhere(); pc.halfAndHalfBranch( false ); pc.switchOnInt( 2 ); pc.switchOnInt( 5 ); } }