Changeset 80 in tmcsimulator-scriptbuilder for trunk/test
- Timestamp:
- 08/25/2017 02:41:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/scriptbuilder/structures/SimulationScriptTest.java
r61 r80 170 170 171 171 /** 172 * Test of a llSlices method, of class SimulationScript.172 * Test of arrangeAllSlices method, of class SimulationScript. 173 173 */ 174 174 public void testAllSlices() … … 195 195 instance.incidents.get(0).addNewEvent(ev2_121, 10);//Third 196 196 197 ArrayList<TimeSlice> result = instance.a llSlices();197 ArrayList<TimeSlice> result = instance.arrangeAllSlices(); 198 198 assertEquals(4, result.size()); 199 199 assertEquals(ev1_121, result.get(0).events.get(0));
Note: See TracChangeset
for help on using the changeset viewer.
