Class InferencingTest


  • public abstract class InferencingTest
    extends Object
    • Constructor Detail

      • InferencingTest

        public InferencingTest()
    • Method Detail

      • setUpClass

        @BeforeAll
        public static void setUpClass()
      • afterClass

        @AfterAll
        public static void afterClass()
      • testSubClassOf001

        @Test
        public void testSubClassOf001()
                               throws Exception
        Throws:
        Exception
      • testSubClassOf002

        @Test
        public void testSubClassOf002()
                               throws Exception
        Throws:
        Exception
      • testSubClassOf003

        @Test
        public void testSubClassOf003()
                               throws Exception
        Throws:
        Exception
      • testSubClassOfError001

        @Test
        public void testSubClassOfError001()
                                    throws Exception
        Throws:
        Exception
      • testSubPropertyOf001

        @Test
        public void testSubPropertyOf001()
                                  throws Exception
        Throws:
        Exception
      • testSubPropertyOf002

        @Test
        public void testSubPropertyOf002()
                                  throws Exception
        Throws:
        Exception
      • testSubPropertyOf003

        @Test
        public void testSubPropertyOf003()
                                  throws Exception
        Throws:
        Exception
      • testSubPropertyOf004

        @Test
        public void testSubPropertyOf004()
                                  throws Exception
        Throws:
        Exception
      • testSubPropertyOfError001

        @Test
        public void testSubPropertyOfError001()
                                       throws Exception
        Throws:
        Exception
      • testDomainError001

        @Test
        public void testDomainError001()
                                throws Exception
        Throws:
        Exception
      • testRangeError001

        @Test
        public void testRangeError001()
                               throws Exception
        Throws:
        Exception
      • testTypeError001

        @Test
        public void testTypeError001()
                              throws Exception
        Throws:
        Exception
      • testTypeError002

        @Test
        public void testTypeError002()
                              throws Exception
        Throws:
        Exception
      • createSail

        protected abstract Sail createSail()
        Gets an instance of the Sail that should be tested.
        Returns:
        a SailRepo.