Changeset 343 in tmcsimulator for trunk/test/atmsdriver/model/StationTest.java
- Timestamp:
- 03/23/2019 05:40:52 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/test/atmsdriver/model/StationTest.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/atmsdriver/model/StationTest.java
r186 r343 74 74 } 75 75 76 public void testMatches() 77 { 78 Station alpha = new Station(1,2,3,"A",new ArrayList<LoopDetector>(), 4, DIRECTION.NORTH, 2.0); 79 assertTrue(alpha.matches(DIRECTION.NORTH, 2.0)); 80 assertFalse(alpha.matches(DIRECTION.NORTH,2.1)); 81 } 76 82 /** 77 83 * TODO: Test of toXML method, of class Station.
Note: See TracChangeset
for help on using the changeset viewer.
