dk.dmi.jog.test
Class MeasurementTest

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

public class MeasurementTest
extends junit.framework.TestCase

Class used for testing the Measurement class.


Constructor Summary
MeasurementTest()
           
 
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 testGetInstance()
           
 void testHashCode()
           
 
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

MeasurementTest

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

testGetInstance

public void testGetInstance()

testHashCode

public void testHashCode()