5253545556575859
// fail("Mauvais chemin du fichier."); } @Test //test getStationToPlace public void testGetStationToPlace(){ InsertStations temp = test.getStationToPlace(); assertEquals(temp, test.getStationToPlace()); }
585960616263646566
assertEquals(temp, test.getStationToPlace()); } @Test //test setStationToPlace public void testSetStationToPlace(){ InsertStations temp = new InsertStations(test); test.setStationToPlace(temp); assertEquals(temp, test.getStationToPlace()); }