Changeset 424 in tmcsimulator for trunk/test
- Timestamp:
- 06/23/2019 01:08:58 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/test/tmcsim/highwaymodel/StationTest.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tmcsim/highwaymodel/StationTest.java
r422 r424 47 47 48 48 /** 49 * Test of getStationMeta method, of class Station.50 */51 public void testGetStationMeta() {52 System.out.println("getStationMeta");53 String expResult = "2 3 4 N 1.0 0 A\n";54 String result = alpha.toCondensedFormat(true);55 assertEquals(expResult, result);56 }57 58 /**59 49 * Test of getPostmile method, of class Station. 60 50 */
Note: See TracChangeset
for help on using the changeset viewer.
