Package org.apache.torque.om
Klasse 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 $
- Autor:
- J. Russell Smyth
-
Feldübersicht
Von Klasse geerbte Felder org.apache.torque.BaseTestCase
CONFIG_FILE, database, databaseMap, databaseMysql, databaseOracle, databasePostgresql, integerColumnMap, stringColumnMap, stringColumnMap2, stringColumnMap3, tableMap
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Test of appendTo method, of class org.apache.torque.om.ComboKey.void
void
testNull()
void
void
void
void
void
void
Test of toString method, of class org.apache.torque.om.ComboKey.Von Klasse geerbte Methoden org.apache.torque.BaseTestCase
setUp
-
Konstruktordetails
-
ComboKeyTest
public ComboKeyTest()
-
-
Methodendetails
-
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.
-