Package org.apache.torque.om
Class ComboKeyTest
java.lang.Object
org.apache.torque.BaseTestCase
org.apache.torque.om.ComboKeyTest
TestCase for ComboKey
- Version:
- $Id: ComboKeyTest.java 1917245 2024-04-21 14:06:23Z tv $
- Author:
- J. Russell Smyth
-
Field Summary
Fields inherited from class org.apache.torque.BaseTestCase
CONFIG_FILE, database, databaseMap, databaseMysql, databaseOracle, databasePostgresql, integerColumnMap, stringColumnMap, stringColumnMap2, stringColumnMap3, tableMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest of appendTo method, of class org.apache.torque.om.ComboKey.voidvoidtestNull()voidvoidvoidvoidvoidvoidTest of toString method, of class org.apache.torque.om.ComboKey.Methods inherited from class org.apache.torque.BaseTestCase
setUp
-
Constructor Details
-
ComboKeyTest
public ComboKeyTest()
-
-
Method Details
-
testReflexive
@Test public void testReflexive() -
testSymmetric
@Test public void testSymmetric() -
testNull
public void testNull() -
testNotEqual
@Test public void testNotEqual() -
testRoundTripWithStringKeys
@Test public void testRoundTripWithStringKeys() -
testRoundTripWithComplexKey
@Test public void testRoundTripWithComplexKey() -
testRoundTripWithNullKey
@Test public void testRoundTripWithNullKey() -
testAppendTo
@Test public void testAppendTo()Test of appendTo method, of class org.apache.torque.om.ComboKey. -
testToString
@Test public void testToString()Test of toString method, of class org.apache.torque.om.ComboKey.
-