Uses of Class
org.eclipse.rdf4j.testsuite.rio.FailureMode
-
Packages that use FailureMode Package Description org.eclipse.rdf4j.testsuite.rio -
-
Uses of FailureMode in org.eclipse.rdf4j.testsuite.rio
Fields in org.eclipse.rdf4j.testsuite.rio declared as FailureMode Modifier and Type Field Description protected FailureMode
NegativeParserTest. failureMode
Methods in org.eclipse.rdf4j.testsuite.rio that return FailureMode Modifier and Type Method Description static FailureMode
FailureMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FailureMode[]
FailureMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.rdf4j.testsuite.rio with parameters of type FailureMode Constructor Description NegativeParserTest(IRI testUri, String caseURI, String inputURL, String baseURL, RDFParser targetParser, FailureMode failureMode)
-