Class InferencingTest

java.lang.Object
org.eclipse.rdf4j.testsuite.sail.InferencingTest

public abstract class InferencingTest extends Object
  • Field Details

  • Constructor Details

    • InferencingTest

      public InferencingTest()
  • Method Details

    • setUpClass

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

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

      public void runTest(String subdir, String testName, boolean isPositiveTest) throws Exception
      Throws:
      Exception
    • 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
    • testDomain001

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

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

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

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

      @Test public void testType001() throws Exception
      Throws:
      Exception
    • testType002

      @Test public void testType002() throws Exception
      Throws:
      Exception
    • testType003

      @Test public void testType003() throws Exception
      Throws:
      Exception
    • testType004

      @Test public void testType004() throws Exception
      Throws:
      Exception
    • testType005

      @Test public void testType005() throws Exception
      Throws:
      Exception
    • testType006

      @Test public void testType006() 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.