Changeset 80 in tmcsimulator-scriptbuilder for trunk/test/scriptbuilder/structures/SimulationScriptTest.java


Ignore:
Timestamp:
08/25/2017 02:41:55 PM (9 years ago)
Author:
bmcguffin
Message:

Renamed allSlices() method to arrangeAllSlices().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/scriptbuilder/structures/SimulationScriptTest.java

    r61 r80  
    170170 
    171171    /** 
    172      * Test of allSlices method, of class SimulationScript. 
     172     * Test of arrangeAllSlices method, of class SimulationScript. 
    173173     */ 
    174174    public void testAllSlices() 
     
    195195        instance.incidents.get(0).addNewEvent(ev2_121, 10);//Third 
    196196 
    197         ArrayList<TimeSlice> result = instance.allSlices(); 
     197        ArrayList<TimeSlice> result = instance.arrangeAllSlices(); 
    198198        assertEquals(4, result.size()); 
    199199        assertEquals(ev1_121, result.get(0).events.get(0)); 
Note: See TracChangeset for help on using the changeset viewer.