Class ComboKeyTest


  • public class ComboKeyTest
    extends BaseTestCase
    TestCase for ComboKey
    Version:
    $Id: ComboKeyTest.java 1855056 2019-03-08 17:26:27Z tv $
    Author:
    J. Russell Smyth
    • Constructor Detail

      • ComboKeyTest

        public ComboKeyTest()
    • Method Detail

      • 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.