public class AppTestRunner
extends org.junit.runners.BlockJUnit4ClassRunner
Modifier and Type | Field and Description |
---|---|
protected static AppEngineConfiguration |
appEngineConfiguration |
Constructor and Description |
---|
AppTestRunner(Class<?> klass) |
Modifier and Type | Method and Description |
---|---|
protected void |
assertDatabaseEmpty(org.junit.runners.model.FrameworkMethod method) |
protected void |
deleteDeployment(String deploymentId) |
protected String |
deployAppDefinition(org.junit.runners.model.FrameworkMethod method) |
protected String |
getAppDefinitionResource(org.junit.runners.model.FrameworkMethod method) |
static AppEngineConfiguration |
getAppEngineConfiguration() |
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
static void |
setAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration) |
collectInitializationErrors, computeTestMethods, createTest, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
childrenInvoker, classBlock, classRules, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolation
protected static AppEngineConfiguration appEngineConfiguration
public AppTestRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
public static AppEngineConfiguration getAppEngineConfiguration()
public static void setAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration)
protected void runChild(org.junit.runners.model.FrameworkMethod method, org.junit.runner.notification.RunNotifier notifier)
runChild
in class org.junit.runners.BlockJUnit4ClassRunner
protected String deployAppDefinition(org.junit.runners.model.FrameworkMethod method)
protected String getAppDefinitionResource(org.junit.runners.model.FrameworkMethod method)
protected void deleteDeployment(String deploymentId)
protected void assertDatabaseEmpty(org.junit.runners.model.FrameworkMethod method)