|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.newdawn.slick.tests.TestUtils
public class TestUtils
A simple utility test to use the internal slick API without the slick framework.
Constructor Summary | |
---|---|
TestUtils()
|
Method Summary | |
---|---|
void |
init()
Initialise resources |
static void |
main(java.lang.String[] argv)
Entry point to the tests |
void |
render()
Game loop render |
void |
start()
Start the test |
void |
update()
Game loop update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestUtils()
Method Detail |
---|
public void start()
public void init()
public void update()
public void render()
public static void main(java.lang.String[] argv)
argv
- The arguments to the test
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |