Class ObjectifyRule
- java.lang.Object
-
- net.officefloor.nosql.objectify.mock.AbstractObjectifyJUnit
-
- net.officefloor.nosql.objectify.mock.ObjectifyRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class ObjectifyRule extends AbstractObjectifyJUnit implements org.junit.rules.TestRule
Rule
for runningObjectify
with localDatastore
.- 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 Constructor Description ObjectifyRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(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
-
-