use of com.mesosphere.sdk.storage.MemPersister in project dcos-commons by mesosphere.
the class FrameworkStoreTest method beforeEach.
@Before
public void beforeEach() throws Exception {
persister = new MemPersister();
store = new FrameworkStore(persister);
}
Aggregations