public void before() {
TripEntryImpl tripA = trip("A", "sid", 1000.0);
TripEntryImpl tripB = trip("B", "sid", 1000.0);
StopEntryImpl stopA = stop("stopA", 47.0, -122.0);
StopEntryImpl stopB = stop("stopB", 47.0, -122.1);
StopEntryImpl stopC = stop("stopC", 47.0, -122.2);
stopTime(0, stopA, tripA, time(10, 00), time(10, 00), 200);
stopTime(1, stopB, tripA, time(10, 10), time(10, 15), 500);
stopTime(2, stopC, tripA, time(10, 20), time(10, 25), 800);
// 25 minutes of slack time - 10 minutes of travel time in bewteen