test.integration
Class GraphicsIntegrationTest

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

public class GraphicsIntegrationTest
extends junit.framework.TestCase

This class is for integration testing. We test that whole graphics- package works correctly. We assumed that there is weather data available and weatherset.dat is filled correctly. At the test moment these tests succeed.

Version:
1
Author:
Potkuri -group.

Constructor Summary
GraphicsIntegrationTest()
           
 
Method Summary
 void setUp()
          Set up things.
 void testGraphics()
          Test Calculation -class and mates.
 
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

GraphicsIntegrationTest

public GraphicsIntegrationTest()
Method Detail

setUp

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

Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception - a

testGraphics

public void testGraphics()
Test Calculation -class and mates.