use of de.bahnhoefe.deutschlands.bahnhofsfotos.model.Station in project RSAndroidApp by RailwayStations.
the class TimetableTest method setUp.
@Before
public void setUp() {
station = new Station();
station.setId("4711");
station.setTitle("Some Famous Station");
station.setDs100("LOL");
}
Aggregations