sdl.test.junit
Class TestVideo

java.lang.Object
  |
  +--TestCase
        |
        +--sdl.test.junit.TestVideo

public class TestVideo
extends TestCase

See Also:
Serialized Form

Constructor Summary
TestVideo(java.lang.String str)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testCreateCursor()
           
 void testCreateRGBSurface()
           
 void testCreateRGBSurfaceFrom()
           
 void testGetCursor()
           
 void testGetGammaRamp()
           
 void testGetRGB()
           
 void testGetRGBA()
           
 void testGetVideoDriverName()
           
 void testGetVideoInfo()
           
 void testGetVideoSurface()
           
 void testSetGammaRamp()
           
 void testShowCursor()
           
 void testVideoMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestVideo

public TestVideo(java.lang.String str)
Method Detail

testGetVideoInfo

public void testGetVideoInfo()
                      throws java.lang.Exception
java.lang.Exception

testGetVideoSurface

public void testGetVideoSurface()
                         throws java.lang.Exception
java.lang.Exception

testGetVideoDriverName

public void testGetVideoDriverName()
                            throws java.lang.Exception
java.lang.Exception

testVideoMode

public void testVideoMode()
                   throws java.lang.Exception
java.lang.Exception

testGetGammaRamp

public void testGetGammaRamp()
                      throws java.lang.Exception
java.lang.Exception

testSetGammaRamp

public void testSetGammaRamp()
                      throws java.lang.Exception
java.lang.Exception

testGetRGB

public void testGetRGB()
                throws java.lang.Exception
java.lang.Exception

testGetRGBA

public void testGetRGBA()
                 throws java.lang.Exception
java.lang.Exception

testShowCursor

public void testShowCursor()
                    throws java.lang.Exception
java.lang.Exception

testGetCursor

public void testGetCursor()
                   throws java.lang.Exception
java.lang.Exception

testCreateCursor

public void testCreateCursor()
                      throws java.lang.Exception
java.lang.Exception

testCreateRGBSurface

public void testCreateRGBSurface()
                          throws java.lang.Exception
java.lang.Exception

testCreateRGBSurfaceFrom

public void testCreateRGBSurfaceFrom()
                              throws java.lang.Exception
java.lang.Exception

setUp

public void setUp()
           throws java.lang.Exception
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
java.lang.Exception