jstorm.mapping
Class TestAttribute

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--jstorm.mapping.TestAttribute
All Implemented Interfaces:
junit.framework.Test

public class TestAttribute
extends junit.framework.TestCase

Insert the type's description here. Creation date: (6/27/2001 2:05:11 PM)


Constructor Summary
TestAttribute(java.lang.String name)
          TestAttribute constructor comment.
 
Method Summary
 void testEquality()
          Insert the method's description here.
 void testHashCode()
          Insert the method's description here.
 void testIsConcurrencyStamp()
          Insert the method's description here.
 void testToString()
          Insert the method's description here.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

TestAttribute

public TestAttribute(java.lang.String name)
TestAttribute constructor comment.
Parameters:
name - java.lang.String
Method Detail

testEquality

public void testEquality()
Insert the method's description here. Creation date: (6/27/2001 2:05:32 PM)

testHashCode

public void testHashCode()
Insert the method's description here. Creation date: (6/27/2001 2:05:32 PM)

testIsConcurrencyStamp

public void testIsConcurrencyStamp()
Insert the method's description here. Creation date: (6/27/2001 2:05:32 PM)

testToString

public void testToString()
Insert the method's description here. Creation date: (6/27/2001 2:05:32 PM)