Package org.topbraid.shacl.testcases
Class W3CTestRunner.Item
- java.lang.Object
-
- org.topbraid.shacl.testcases.W3CTestRunner.Item
-
- Enclosing class:
- W3CTestRunner
public class W3CTestRunner.Item extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.rdf.model.ResourcegetEARLResource()StringgetFilePath()StringgetLabel()org.apache.jena.rdf.model.ResourcegetStatus()booleanrun(PrintStream out)
-
-
-
Method Detail
-
getEARLResource
public org.apache.jena.rdf.model.Resource getEARLResource()
-
getFilePath
public String getFilePath()
-
getLabel
public String getLabel()
-
getStatus
public org.apache.jena.rdf.model.Resource getStatus()
-
run
public boolean run(PrintStream out) throws InterruptedException
- Throws:
InterruptedException
-
-