SimCoJUnitTests.java | |
setUp | Initializes netlogo api object and reads main file (SimCo.nlogo). |
tearDown | Cleans up netlogo api object. |
testReporter | Api wrapper function to get reporter results and fail if reporter doesn’t exist. |
Initializes netlogo api object and reads main file (SimCo.nlogo).
@Before public void setUp()
Cleans up netlogo api object.
@After public void tearDown() throws InterruptedException
Api wrapper function to get reporter results and fail if reporter doesn’t exist.
public void testReporter( String reporter, String input, String expected )