Class CascadeValueExceptionTest


  • public abstract class CascadeValueExceptionTest
    extends Object
    • Constructor Detail

      • CascadeValueExceptionTest

        public CascadeValueExceptionTest()
    • Method Detail

      • setUpClass

        @BeforeAll
        public static void setUpClass()
                               throws Exception
        Throws:
        Exception
      • afterClass

        @AfterAll
        public static void afterClass()
                               throws Exception
        Throws:
        Exception
      • testValueExceptionLessThanPlain

        @Test
        public void testValueExceptionLessThanPlain()
                                             throws Exception
        Throws:
        Exception
      • testValueExceptionLessThanOrEqualPlain

        @Test
        public void testValueExceptionLessThanOrEqualPlain()
                                                    throws Exception
        Throws:
        Exception
      • testValueExceptionEqualPlain

        @Test
        public void testValueExceptionEqualPlain()
                                          throws Exception
        Throws:
        Exception
      • testValueExceptionNotEqualPlain

        @Test
        public void testValueExceptionNotEqualPlain()
                                             throws Exception
        Throws:
        Exception
      • testValueExceptionGreaterThanOrEqualPlain

        @Test
        public void testValueExceptionGreaterThanOrEqualPlain()
                                                       throws Exception
        Throws:
        Exception
      • testValueExceptionGreaterThanPlain

        @Test
        public void testValueExceptionGreaterThanPlain()
                                                throws Exception
        Throws:
        Exception
      • testValueExceptionLessThanTyped

        @Test
        public void testValueExceptionLessThanTyped()
                                             throws Exception
        Throws:
        Exception
      • testValueExceptionLessThanOrEqualTyped

        @Test
        public void testValueExceptionLessThanOrEqualTyped()
                                                    throws Exception
        Throws:
        Exception
      • testValueExceptionEqualTyped

        @Test
        public void testValueExceptionEqualTyped()
                                          throws Exception
        Throws:
        Exception
      • testValueExceptionNotEqualTyped

        @Test
        public void testValueExceptionNotEqualTyped()
                                             throws Exception
        Throws:
        Exception
      • testValueExceptionGreaterThanOrEqualTyped

        @Test
        public void testValueExceptionGreaterThanOrEqualTyped()
                                                       throws Exception
        Throws:
        Exception
      • testValueExceptionGreaterThanTyped

        @Test
        public void testValueExceptionGreaterThanTyped()
                                                throws Exception
        Throws:
        Exception