|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.vocabulary.TestManifestX
public class TestManifestX
Vocabulary definitions from test-manifest-x.n3
Field Summary | |
---|---|
static Property |
dataSyntax
Syntax of the query |
static Property |
defaultTestType
Default type of a test |
static Property |
include
Include another manifest file. |
static Resource |
NAMESPACE
The namespace of the vocabulary as a resource |
static java.lang.String |
NS
The namespace of the vocabulary as a string |
static Property |
querySyntax
Syntax of the query |
static Resource |
TestBadSyntax
Syntax tests which expect a parse failure |
static Resource |
TestQuery
The class of test that are Query tests (query, data, results) |
static Resource |
TestSerialization
Query serialization tests |
static Resource |
TestSurpressed
Query test not to be run |
static Resource |
TestSyntax
Syntax tests (query) |
static Property |
textIndex
Whether to create a text index |
Constructor Summary | |
---|---|
TestManifestX()
|
Method Summary | |
---|---|
static java.lang.String |
getURI()
The namespace of the vocabulary as a string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NS
The namespace of the vocabulary as a string
public static final Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final Property defaultTestType
Default type of a test
public static final Property include
Include another manifest file.
public static final Property textIndex
Whether to create a text index
public static final Property dataSyntax
Syntax of the query
public static final Property querySyntax
Syntax of the query
public static final Resource TestSurpressed
Query test not to be run
public static final Resource TestSerialization
Query serialization tests
public static final Resource TestBadSyntax
Syntax tests which expect a parse failure
public static final Resource TestSyntax
Syntax tests (query)
public static final Resource TestQuery
The class of test that are Query tests (query, data, results)
Constructor Detail |
---|
public TestManifestX()
Method Detail |
---|
public static java.lang.String getURI()
The namespace of the vocabulary as a string
NS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |