use of io.vertigo.dynamo.collections.data.domain.SmartCarDataBase in project vertigo by KleeGroup.
the class FacetManagerTest method doSetUp.
/**
*{@inheritDoc}
*/
@Override
protected void doSetUp() {
// On construit la BDD des voitures
smartCarDataBase = new SmartCarDataBase();
final DefinitionSpace definitionSpace = getApp().getDefinitionSpace();
carFacetQueryDefinition = definitionSpace.resolve("QRY_CAR_FACET", FacetedQueryDefinition.class);
}
Aggregations