Uses of Interface
org.eclipse.rdf4j.testsuite.shacl.manifest.SHACLManifestTestSuiteFactory.TestFactory
-
Packages that use SHACLManifestTestSuiteFactory.TestFactory Package Description org.eclipse.rdf4j.testsuite.shacl.manifest -
-
Uses of SHACLManifestTestSuiteFactory.TestFactory in org.eclipse.rdf4j.testsuite.shacl.manifest
Methods in org.eclipse.rdf4j.testsuite.shacl.manifest with parameters of type SHACLManifestTestSuiteFactory.TestFactory Modifier and Type Method Description junit.framework.TestSuite
SHACLManifestTestSuiteFactory. createTestSuite(SHACLManifestTestSuiteFactory.TestFactory factory, boolean officialWorkingGroupTests, boolean approvedTestsOnly, boolean useRemoteTests, String... excludedSubdirs)
Creates a newTestSuite
for executiong ofAbstractSHACLTest
s.
-