dk.dmi.jog.test
Class StationTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bydk.dmi.jog.test.StationTest
All Implemented Interfaces:
junit.framework.Test

public class StationTest
extends junit.framework.TestCase

Class used for testing the Station class.


Constructor Summary
StationTest()
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
          Test fixture setup method.
static junit.framework.Test suite()
          Test suite method to create a TestSuite consisting of all test methods in this class.
 void testEquals()
           
 void testGetDate()
           
 void testGetInstance()
           
 void testGetInstituteID()
           
 void testGetLatitude()
           
 void testGetLongitude()
           
 void testGetParameterIDs()
           
 void testGetProfile()
           
 void testGetProfiles()
           
 void testGetStationID()
           
 void testHashCode()
           
 void testInterpolateVerticalLevels()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StationTest

public StationTest()
Method Detail

main

public static void main(String[] args)

setUp

protected void setUp()
Test fixture setup method.


suite

public static junit.framework.Test suite()
Test suite method to create a TestSuite consisting of all test methods in this class.

Returns:
a TestSuite.

testEquals

public void testEquals()

testGetDate

public void testGetDate()

testGetInstance

public void testGetInstance()

testGetInstituteID

public void testGetInstituteID()

testGetLatitude

public void testGetLatitude()

testGetLongitude

public void testGetLongitude()

testGetParameterIDs

public void testGetParameterIDs()

testGetProfile

public void testGetProfile()

testGetProfiles

public void testGetProfiles()

testGetStationID

public void testGetStationID()

testHashCode

public void testHashCode()

testInterpolateVerticalLevels

public void testInterpolateVerticalLevels()