use of org.onebusaway.gtfs.serialization.GtfsReader in project onebusaway-gtfs-modules by OneBusAway.
the class DeferredValueSupportTest method before.
@Before
public void before() {
_reader = new GtfsReader();
_reader.setDefaultAgencyId("a0");
_schemaCache = new EntitySchemaCache();
_support = new DeferredValueSupport(_reader, _schemaCache);
}
Aggregations