public class GdxTestRunner
extends org.junit.runners.BlockJUnit4ClassRunner
implements com.badlogic.gdx.ApplicationListener
| Constructor and Description |
|---|
GdxTestRunner(java.lang.Class<?> klass) |
| Modifier and Type | Method and Description |
|---|---|
void |
create() |
void |
dispose() |
void |
pause() |
void |
render() |
void |
resize(int width,
int height) |
void |
resume() |
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
collectInitializationErrors, computeTestMethods, createTest, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic GdxTestRunner(java.lang.Class<?> klass)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic void create()
create in interface com.badlogic.gdx.ApplicationListenerpublic void resume()
resume in interface com.badlogic.gdx.ApplicationListenerpublic void render()
render in interface com.badlogic.gdx.ApplicationListenerpublic void resize(int width,
int height)
resize in interface com.badlogic.gdx.ApplicationListenerpublic void pause()
pause in interface com.badlogic.gdx.ApplicationListenerpublic void dispose()
dispose in interface com.badlogic.gdx.ApplicationListenerprotected void runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.BlockJUnit4ClassRunner