test.graphics
Class GraphicsEngineTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.graphics.GraphicsEngineTest
All Implemented Interfaces:
junit.framework.Test

public class GraphicsEngineTest
extends junit.framework.TestCase

Test for GraphicsEngine -class.

Version:
1
Author:
Potkuri -group.

Constructor Summary
GraphicsEngineTest()
           
 
Method Summary
 void setUp()
          Set up for tests.
 void testBuildNextFrame()
          Tests for build basic frame.
 void testGraphicsEngine()
          Tests for constructor.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphicsEngineTest

public GraphicsEngineTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Set up for tests.

Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception - if set up fails

testBuildNextFrame

public void testBuildNextFrame()
Tests for build basic frame.


testGraphicsEngine

public void testGraphicsEngine()
Tests for constructor.