Package net.sourceforge.purrpackage.test.branch

Examples of net.sourceforge.purrpackage.test.branch.Switcheroony


public class SwitcheroonyTest {

  @Test
  public void testSwitcheroony() {
    Switcheroony s = new Switcheroony();
    s.switchOnInt( 2 );
    s.switchOnInt( -3 );
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.purrpackage.test.branch.Switcheroony

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.