org.nees.metadata
Class TestRelation

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.nees.metadata.TestRelation
All Implemented Interfaces:
junit.framework.Test

public class TestRelation
extends junit.framework.TestCase


Constructor Summary
TestRelation()
           
 
Method Summary
protected  void setUp()
           
 void testDates()
           
 void testDoubles()
           
 void testGetId()
           
 void testIdImmutability()
           
 void testInts()
           
 void testLongs()
           
 void testMalformedId()
           
 void testNullId()
           
 void testReferences()
           
 void testRelationType()
           
 void testStrings()
           
 
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

TestRelation

public TestRelation()
Method Detail

setUp

protected void setUp()

testNullId

public void testNullId()

testMalformedId

public void testMalformedId()

testIdImmutability

public void testIdImmutability()

testGetId

public void testGetId()

testRelationType

public void testRelationType()

testDates

public void testDates()
               throws RelationTypeException
Throws:
RelationTypeException

testDoubles

public void testDoubles()
                 throws RelationTypeException
Throws:
RelationTypeException

testInts

public void testInts()
              throws RelationTypeException
Throws:
RelationTypeException

testLongs

public void testLongs()
               throws RelationTypeException
Throws:
RelationTypeException

testReferences

public void testReferences()
                    throws RelationTypeException
Throws:
RelationTypeException

testStrings

public void testStrings()
                 throws RelationTypeException
Throws:
RelationTypeException