test.integration
Class CalculationIntegrationTest

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

public class CalculationIntegrationTest
extends junit.framework.TestCase

This class is for integration testing. We test that whole calculation- 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
CalculationIntegrationTest()
           
 
Method Summary
 void setUp()
          Set up things.
 void testCalculation()
          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

CalculationIntegrationTest

public CalculationIntegrationTest()
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

testCalculation

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