Search in sources :

Example 1 with EntitySchemaCache

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);
}
Also used : EntitySchemaCache(org.onebusaway.gtfs_transformer.deferred.EntitySchemaCache) GtfsRelationalDaoImpl(org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl) Before(org.junit.Before)

Aggregations

Before (org.junit.Before)1 GtfsRelationalDaoImpl (org.onebusaway.gtfs.impl.GtfsRelationalDaoImpl)1 EntitySchemaCache (org.onebusaway.gtfs_transformer.deferred.EntitySchemaCache)1