DevAppServerTest

com.google.appengine.tools.development.testing

Annotation Type DevAppServerTest



  • @Retention(value=RUNTIME)
     @Target(value=TYPE)
     @Inherited
    public @interface DevAppServerTest
    Used to configure a JUnit4 test that has been annotated with &#64RunWith(DevAppServerTestRunner.class.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      java.lang.Class<? extends DevAppServerTestConfig> value 
    • Element Detail

      • value

        public abstract java.lang.Class<? extends DevAppServerTestConfig> value
        Returns:
        A class that can provide the configuration of the dev appserver that will be launched for the test. This class must be public and have a public, no-arg constructor.