animation
Class AnimationReaderTest

java.lang.Object
  extended by animation.AnimationReaderTest

public class AnimationReaderTest
extends java.lang.Object

Tests for AnimationReader.


Constructor Summary
AnimationReaderTest()
           
 
Method Summary
 void oneEmptyFrame()
          Constructs an animation consisting of one zero-byte frame (not the same as zero frames!) and tests behavior on the animation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimationReaderTest

public AnimationReaderTest()
Method Detail

oneEmptyFrame

public void oneEmptyFrame()
                   throws java.io.IOException
Constructs an animation consisting of one zero-byte frame (not the same as zero frames!) and tests behavior on the animation.

Throws:
java.io.IOException