| com.hp.hpl.jena.rdf.arp.test.WGTestSuite
All known Subclasses: com.hp.hpl.jena.rdf.arp.test.NTripleTestSuite,
Inner Class :interface Act | |
Inner Class :class ReasoningTest extends Test | |
Inner Class :abstract class Test extends TestCase implements RDFErrorHandler | |
Inner Class :class PositiveTest extends NegativeTest | |
Inner Class :class WarningTest extends PositiveTest | |
Inner Class :class NegativeTest extends Test | |
Inner Class :class PositiveTest2 extends NegativeTest2 | |
Inner Class :class WarningTest2 extends PositiveTest2 | |
Inner Class :class NegativeTest2 extends Test2 | |
Method Summary | |
TestCase | createNegativeTest(String uri, String in, boolean intype, int e) | TestCase | createPositiveTest(String uri, String in, boolean intype, String out, boolean outtype) | TestCase | createWarningTest(String uri, String in, boolean intype, String out, boolean outtype, int e) | static Model | loadNT(InputStream in, String base) | Model | loadRDF(InFactoryX in, RDFErrorHandler eh, String base) | static void | logResult(Resource test, int type) | static TestSuite | suite(IRI testDir, String d, String nm) | static TestSuite | suite(IRI testDir, IRI d, String nm) |
checkMessages | public static boolean checkMessages(Code) | | |
createMe | String createMe(Code) | | Creates new WGTestSuite
This is a private snapshot of the RDF Test Cases Working Draft's
data.
|
createNegativeTest | TestCase createNegativeTest(String uri, String in, boolean intype, int e)(Code) | | |
createPositiveTest | TestCase createPositiveTest(String uri, String in, boolean intype, String out, boolean outtype)(Code) | | |
createWarningTest | TestCase createWarningTest(String uri, String in, boolean intype, String out, boolean outtype, int e)(Code) | | |
suite | static TestSuite suite(IRI testDir, IRI d, String nm)(Code) | | |
|
|