use of org.ff4j.test.AssertFf4j in project ff4j by ff4j.
the class FeatureStoreTestSupport method setUp.
/**
* {@inheritDoc}
*/
@Before
public void setUp() throws Exception {
ff4j = new FF4j();
ff4j.setFeatureStore(initStore());
testedStore = ff4j.getFeatureStore();
assertFf4j = new AssertFf4j(ff4j);
assertFf4j.setPause(enablePause());
}
use of org.ff4j.test.AssertFf4j in project ff4j by ff4j.
the class FeatureStoreJCacheTest method setUp.
/**
* {@inheritDoc}
*/
@Before
public void setUp() throws Exception {
ff4j = new FF4j();
ff4j.setFeatureStore(initStore());
testedStore = ff4j.getFeatureStore();
assertFf4j = new AssertFf4j(ff4j);
}
Aggregations