Package net.sourceforge.purrpackage.test.branch

Examples of net.sourceforge.purrpackage.test.branch.Switcheroony.switchOnInt()


public class SwitcheroonyTest {

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


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

TOP
Copyright © 2018 www.massapi.com. 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.