Package net.sourceforge.purrpackage.test.demo.typical

Examples of net.sourceforge.purrpackage.test.demo.typical.PartiallyCovered


public class PartiallyCoveredElsewhereTest {

  @Test
  public void testHere() {
    PartiallyCovered pc = new PartiallyCovered();
    pc.coveredElsewhere();
    pc.halfAndHalfBranch( false );
    pc.switchOnInt( 2 );
    pc.switchOnInt( 5 );
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.purrpackage.test.demo.typical.PartiallyCovered

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.