Class RepositoryTest

java.lang.Object
org.eclipse.rdf4j.testsuite.repository.RepositoryTest

@Timeout(value=1L, unit=MINUTES) public abstract class RepositoryTest extends Object
Integration test suite for implementations of Repository.
Author:
Jeen Broekstra
  • Field Details Link icon

    • FOAF_NS Link icon

      protected static final String FOAF_NS
      See Also:
    • TEST_DIR_PREFIX Link icon

      public static final String TEST_DIR_PREFIX
      See Also:
    • testRepository Link icon

      protected Repository testRepository
    • vf Link icon

      protected ValueFactory vf
    • bob Link icon

      protected Resource bob
    • alice Link icon

      protected Resource alice
    • alexander Link icon

      protected Resource alexander
    • name Link icon

      protected IRI name
    • mbox Link icon

      protected IRI mbox
    • publisher Link icon

      protected final IRI publisher
    • unknownContext Link icon

      protected IRI unknownContext
    • context1 Link icon

      protected IRI context1
    • context2 Link icon

      protected IRI context2
    • nameAlice Link icon

      protected Literal nameAlice
    • nameBob Link icon

      protected Literal nameBob
    • mboxAlice Link icon

      protected Literal mboxAlice
    • mboxBob Link icon

      protected Literal mboxBob
    • Александър Link icon

      protected Literal Александър
  • Constructor Details Link icon

    • RepositoryTest Link icon

      public RepositoryTest()
  • Method Details Link icon

    • setUpClass Link icon

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

      @AfterAll public static void afterClass() throws Exception
      Throws:
      Exception
    • setUp Link icon

      @BeforeEach public void setUp() throws Exception
      Throws:
      Exception
    • tearDown Link icon

      @AfterEach public void tearDown()
    • createRepository Link icon

      protected abstract Repository createRepository()
      Gets an (uninitialized) instance of the repository that should be tested.
      Returns:
      an uninitialized repository.
    • testShutdownFollowedByInit Link icon

      @Test public void testShutdownFollowedByInit()
    • testAutoInit Link icon

      @Test public void testAutoInit()