78910111213141516
public class SwitcheroonyTest { @Test public void testSwitcheroony() { Switcheroony s = new Switcheroony(); s.switchOnInt( 2 ); s.switchOnInt( -3 ); } }
8910111213141516
@Test public void testSwitcheroony() { Switcheroony s = new Switcheroony(); s.switchOnInt( 2 ); s.switchOnInt( -3 ); } }