use of org.onebusaway.gtfs_transformer.deferred.EntitySchemaCache in project onebusaway-gtfs-modules by OneBusAway.
the class PropertyMethodResolverImplTest method before.
@Before
public void before() {
_dao = new GtfsRelationalDaoImpl();
_schemaCache = new EntitySchemaCache();
_resolver = new PropertyMethodResolverImpl(_dao, _schemaCache);
}
Aggregations