Klasse ComboKeyTest

java.lang.Object
org.apache.torque.BaseTestCase
org.apache.torque.om.ComboKeyTest

public class ComboKeyTest extends BaseTestCase
TestCase for ComboKey
Version:
$Id: ComboKeyTest.java 1917245 2024-04-21 14:06:23Z tv $
Autor:
J. Russell Smyth
  • 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.