Class ObjectifyRule
java.lang.Object
net.officefloor.nosql.objectify.mock.AbstractObjectifyJUnit
net.officefloor.nosql.objectify.mock.ObjectifyRule
- All Implemented Interfaces:
org.junit.rules.TestRule
Rule for running Objectify with local Datastore.- Author:
- Daniel Sagenschneider
-
Nested Class Summary
Nested classes/interfaces inherited from class net.officefloor.nosql.objectify.mock.AbstractObjectifyJUnit
AbstractObjectifyJUnit.QueryLoader<E>, AbstractObjectifyJUnit.ResultLoader<E>, AbstractObjectifyJUnit.TimeoutException -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description) Methods inherited from class net.officefloor.nosql.objectify.mock.AbstractObjectifyJUnit
consistent, get, get, get, get, get, ofy, setupLocalDataStore, store, tearDownLocalDataStore
-
Constructor Details
-
ObjectifyRule
public ObjectifyRule()
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
applyin interfaceorg.junit.rules.TestRule
-