public class SpriteTest
extends java.lang.Object
Constructor and Description |
---|
SpriteTest() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanUp()
Clean test.
|
static void |
setUp()
Prepare test.
|
void |
testImage()
Test function around the image.
|
void |
testParallax()
Test parallax sprite.
|
void |
testSprite()
Test function around the sprite.
|
void |
testSpriteAnimated()
Test function around animated sprite and animation.
|
void |
testSpriteFont()
Test the sprite font class.
|
void |
testSpriteTiled()
Test function around tiled sprite.
|
public static void setUp()
public static void cleanUp()
public void testImage()
public void testSprite()
public void testSpriteTiled()
public void testSpriteAnimated()
public void testParallax()
public void testSpriteFont()