Class InferencingTest

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

public abstract class InferencingTest extends Object
  • Field Details Link icon

  • Constructor Details Link icon

    • InferencingTest Link icon

      public InferencingTest()
  • Method Details Link icon

    • setUpClass Link icon

      @BeforeAll public static void setUpClass()
    • afterClass Link icon

      @AfterAll public static void afterClass()
    • runTest Link icon

      public void runTest(String subdir, String testName, boolean isPositiveTest) throws Exception
      Throws:
      Exception
    • testSubClassOf001 Link icon

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

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

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

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

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

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

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

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

      @Test public void testSubPropertyOfError001() throws Exception
      Throws:
      Exception
    • testDomain001 Link icon

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

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

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

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

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

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

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

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

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

      @Test public void testType006() throws Exception
      Throws:
      Exception
    • testTypeError001 Link icon

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

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

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