test.general
Class DataCollectionTest

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

public class DataCollectionTest
extends junit.framework.TestCase

This class tests DataCollection -class and it's methods.

Version:
1
Author:
Potkuri -group

Field Summary
private  general.DataCollection dataCollection
          Instance of DataCollection -class.
private  general.Parameters parameters
          Instance of Parameters -class.
 
Constructor Summary
DataCollectionTest()
           
 
Method Summary
 void setUp()
          Before code.
 void tearDown()
          Free resources and memory.
 void testDataCollectionAirControl()
          This method tests getters and setters.
 void testDataCollectionArcPoints()
          This method tests getters and setters.
 void testDataCollectionCalculationControl()
          This method tests getters and setters.
 void testDataCollectionFlags()
          This method tests getters and setters.
 void testDataCollectionGraph()
          This method tests getters and setters.
 void testDataCollectionGraphics()
          This method tests getters and setters.
 void testDataCollectionInternalClock()
          This method tests getters and setters.
 void testDataCollectionParameters()
          This method tests getters and setters.
 void testDataCollectionRefreshRate()
          This method tests getters and setters.
 void testDataCollectionTree()
          This method tests getters and setters.
 void testDataCollectionWeatherMap()
          This method tests getters and setters.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

dataCollection

private general.DataCollection dataCollection
Instance of DataCollection -class.


parameters

private general.Parameters parameters
Instance of Parameters -class.

Constructor Detail

DataCollectionTest

public DataCollectionTest()
Method Detail

setUp

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

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

tearDown

public void tearDown()
Free resources and memory.

Overrides:
tearDown in class junit.framework.TestCase

testDataCollectionAirControl

public void testDataCollectionAirControl()
This method tests getters and setters. Target: AirControl-class


testDataCollectionArcPoints

public void testDataCollectionArcPoints()
This method tests getters and setters. Target: ArcPoints


testDataCollectionCalculationControl

public void testDataCollectionCalculationControl()
This method tests getters and setters. Target: CalculationControl -class


testDataCollectionFlags

public void testDataCollectionFlags()
This method tests getters and setters. Target: Flags


testDataCollectionGraph

public void testDataCollectionGraph()
This method tests getters and setters. Target: Current graph


testDataCollectionGraphics

public void testDataCollectionGraphics()
This method tests getters and setters. Target: Graphics -class


testDataCollectionInternalClock

public void testDataCollectionInternalClock()
This method tests getters and setters. Target: internal clock


testDataCollectionParameters

public void testDataCollectionParameters()
This method tests getters and setters. Target: Parameters -class


testDataCollectionRefreshRate

public void testDataCollectionRefreshRate()
This method tests getters and setters. Target: refresh rate


testDataCollectionTree

public void testDataCollectionTree()
This method tests getters and setters. Target: Tree -class


testDataCollectionWeatherMap

public void testDataCollectionWeatherMap()
This method tests getters and setters. Target: WeatherMap -class