Method Summary |
|
protected void | setUp() |
protected void | tearDown() |
public void | testConcat() Checks that #concat sums up the durations and answers the related values. |
public void | testConstant() Checks that #constant answers an AnimationFunction that in turn
answers a sole value over the whole time interval. |
public void | testDiscrete() Checks that a discrete animation function answers the correct values
over the duration. |
public void | testDiscreteKeyTimes() Checks that a discrete animation function answers the correct values
over the duration. |
public void | testIllegalDuration() Checks if negative durations throw an IllegalArgumentException. |
public void | testIllegalInterval() Checks if value request outside the duration throw an IllegalArgumentException. |
public void | testLinear() Checks that a linear animation function answers the correct values
over the duration. |