2829303132333435363738
@BeforeClass public static void setUpClass() throws Exception { InitTests.setUpTests(InitTests.NO_PHYSICS); JoeBot j = new JoeBot(); j.robotInit(); } @AfterClass public static void tearDownClass() throws Exception { InitTests.tearDownTests();
2021222324252627282930
@BeforeClass public static void setUpClass() throws Exception { InitTests.setUpTests(); JoeBot j = new JoeBot(); j.robotInit(); } @AfterClass public static void tearDownClass() throws Exception { InitTests.tearDownTests();
42434445464748495051
} @Test public void testNoConveyorOnStartup() { JoeBot theRobot = new JoeBot(); theRobot.robotInit(); } }