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