Class ObjectifyRule

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public class ObjectifyRule
    extends AbstractObjectifyJUnit
    implements org.junit.rules.TestRule
    Rule for running Objectify with local Datastore.
    Author:
    Daniel Sagenschneider
    • Constructor Detail

      • ObjectifyRule

        public ObjectifyRule()
    • Method Detail

      • apply

        public org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement base,
                                                       org.junit.runner.Description description)
        Specified by:
        apply in interface org.junit.rules.TestRule