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, withPotentialTimeout
public GdxTestRunner(java.lang.Class<?> klass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
public void create()
create
in interface com.badlogic.gdx.ApplicationListener
public void resume()
resume
in interface com.badlogic.gdx.ApplicationListener
public void render()
render
in interface com.badlogic.gdx.ApplicationListener
public void resize(int width, int height)
resize
in interface com.badlogic.gdx.ApplicationListener
public void pause()
pause
in interface com.badlogic.gdx.ApplicationListener
public void dispose()
dispose
in interface com.badlogic.gdx.ApplicationListener
protected void runChild(org.junit.runners.model.FrameworkMethod method, org.junit.runner.notification.RunNotifier notifier)
runChild
in class org.junit.runners.BlockJUnit4ClassRunner