org.sourceforge.jemm.types
Class IDTest

java.lang.Object
  extended by org.sourceforge.jemm.types.IDTest

public class IDTest
extends java.lang.Object

JUnit Test class for testing ID

Author:
Rory Graves

Constructor Summary
IDTest()
           
 
Method Summary
 void equal()
          ID .equals equality test.
 void IDCreationSuccess()
          Simple ID creation test.
 void notEqual()
          ID .equals non-equality test.
 void notEqualsType()
          ID .equals incorrect type test
 void toStringTest()
          ID toString test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDTest

public IDTest()
Method Detail

IDCreationSuccess

public void IDCreationSuccess()
Simple ID creation test.


equal

public void equal()
ID .equals equality test.


notEqual

public void notEqual()
ID .equals non-equality test.


notEqualsType

public void notEqualsType()
ID .equals incorrect type test


toStringTest

public void toStringTest()
ID toString test



Copyright © 2009. All Rights Reserved.