Class RDFStoreTest

java.lang.Object
org.eclipse.rdf4j.testsuite.sail.RDFStoreTest
Direct Known Subclasses:
RDFNotifyingStoreTest

@Timeout(60L) public abstract class RDFStoreTest extends Object
A JUnit test for testing Sail implementations that store RDF data. This is purely a test for data storage and retrieval which assumes that no inferencing or whatsoever is performed. This is an abstract class that should be extended for specific Sail implementations.