public class AnimatorTest
extends java.lang.Object
Constructor and Description |
---|
AnimatorTest() |
Modifier and Type | Method and Description |
---|---|
void |
testAnimatorManipulation()
Test the manipulations.
|
void |
testAnimatorPlay()
Test the play case.
|
void |
testAnimatorPlayNull()
Test the animator with null argument.
|
void |
testAnimatorPlayRepeat()
Test the play in repeat case.
|
void |
testAnimatorPlayReverse()
Test the play in reverse case.
|
void |
testAnimatorPlayReverseRepeat()
Test the play in reverse repeat case.
|
public void testAnimatorPlayNull()
public void testAnimatorPlay()
public void testAnimatorPlayReverse()
public void testAnimatorPlayRepeat()
public void testAnimatorPlayReverseRepeat()
public void testAnimatorManipulation()