jstorm.mapping
Class TestMapping

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

public class TestMapping
extends junit.framework.TestCase

Insert the type's description here. Creation date: (5/23/2001 9:18:36 PM)


Constructor Summary
TestMapping(java.lang.String name)
          TestMapping constructor comment.
 
Method Summary
 void setUp()
          Insert the method's description here.
 void testGetAttribute()
          Insert the method's description here.
 void testGetAttributeAsArray()
          Insert the method's description here.
 void testGetAttributeSize()
          Insert the method's description here.
 void testGetAttributesWithConcurrencyStamp()
          Insert the method's description here.
 void testGetCompositeKeys()
          Insert the method's description here.
 void testGetGetter()
          Insert the method's description here.
 void testGetKeyAttribute()
          Insert the method's description here.
 void testGetKeyAttributeNotConcurrency()
          Insert the method's description here.
 void testGetKeyColumn()
          Insert the method's description here.
 void testGetSetter()
          Insert the method's description here.
 void testIsCompositeKey()
          Insert the method's description here.
 void testNotIsCompositeKeyWithConcurrencyStamp()
          Insert the method's description here.
 void testSetConcurrencyStamp()
          Insert the method's description here.
 void testSetConcurrencyStampToFalse()
          Insert the method's description here.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, 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

TestMapping

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

setUp

public void setUp()
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)
Overrides:
setUp in class junit.framework.TestCase

testGetAttribute

public void testGetAttribute()
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)

testGetAttributeAsArray

public void testGetAttributeAsArray()
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)

testGetAttributeSize

public void testGetAttributeSize()
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)

testGetAttributesWithConcurrencyStamp

public void testGetAttributesWithConcurrencyStamp()
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)

testGetCompositeKeys

public void testGetCompositeKeys()
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)

testGetGetter

public void testGetGetter()
                   throws java.lang.NoSuchMethodException
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)

testGetKeyAttribute

public void testGetKeyAttribute()
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)

testGetKeyAttributeNotConcurrency

public void testGetKeyAttributeNotConcurrency()
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)

testGetKeyColumn

public void testGetKeyColumn()
                      throws java.lang.NoSuchMethodException
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)

testGetSetter

public void testGetSetter()
                   throws java.lang.NoSuchMethodException
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)

testIsCompositeKey

public void testIsCompositeKey()
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)

testNotIsCompositeKeyWithConcurrencyStamp

public void testNotIsCompositeKeyWithConcurrencyStamp()
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)

testSetConcurrencyStamp

public void testSetConcurrencyStamp()
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)

testSetConcurrencyStampToFalse

public void testSetConcurrencyStampToFalse()
Insert the method's description here. Creation date: (5/23/2001 9:19:20 PM)