| com.hp.hpl.jena.graph.test.GraphTestBase com.hp.hpl.jena.rdf.model.test.ModelTestBase com.hp.hpl.jena.rdf.model.test.AbstractTestReifiedStatements
AbstractTestReifiedStatements | abstract public class AbstractTestReifiedStatements extends ModelTestBase (Code) | | author: kers |
AbstractTestReifiedStatements | public AbstractTestReifiedStatements(String name)(Code) | | |
getSetRS | public Set getSetRS(Model m)(Code) | | utility method: get a set of all the elements delivered by
_m.listReifiedStatements_.
|
setUp | public void setUp()(Code) | | |
testBasicReification | public void testBasicReification()(Code) | | the simplest case: if we assert all the components of a reification quad,
we can get a ReifiedStatement that represents the reified statement.
|
testConstructionByURI | public void testConstructionByURI()(Code) | | |
testConstructionFromModels | public void testConstructionFromModels()(Code) | | |
testConstructionFromStatements | public void testConstructionFromStatements()(Code) | | |
testConversion | public void testConversion()(Code) | | |
testDirtyReification | public void testDirtyReification()(Code) | | "dirty" reifications - those with conflicting quadlets - should fail.
|
testDoesNotReifyElsewhere | public void testDoesNotReifyElsewhere()(Code) | | |
testDoesNotReifyUnknown | public void testDoesNotReifyUnknown()(Code) | | |
testGetAny | public void testGetAny()(Code) | | |
testIsReified | public void testIsReified()(Code) | | |
testLeosBug | public void testLeosBug()(Code) | | Leo Bard spotted a problem whereby removing a reified statement from a model
with style Standard didn't leave the model empty. Here's a test for it.
|
testListDoesntCrash | public void testListDoesntCrash()(Code) | | this test appeared when TestStatementResources crashed using reified
statements as a step-0 implementation for asSubject()/asObject(). Looks
like there was a problem in modelReifier().getRS(), which we're fixing ...
|
testListReifiedSpecificStatements | public void testListReifiedSpecificStatements()(Code) | | |
testListReifiedStatements | public void testListReifiedStatements()(Code) | | test that listReifiedStatements produces an iterator that contains
the right reified statements. We *don't* test that they're not
duplicated, because they might be; disallowing duplicates
could be expensive.
|
testQuintetOfQuadlets | public void testQuintetOfQuadlets()(Code) | | |
testRR | public void testRR()(Code) | | |
testReificationCombinations | public void testReificationCombinations()(Code) | | check that, from a model with any combination of the statements given,
we can convert R into a ReifiedStatement iff the four components of the
quad are in the model.
|
testRemoveReificationWorks | public void testRemoveReificationWorks()(Code) | | |
testStatementListReifiedStatements | public void testStatementListReifiedStatements()(Code) | | |
testThisWillBreak | public void testThisWillBreak()(Code) | | |
Methods inherited from com.hp.hpl.jena.rdf.model.test.ModelTestBase | public static void assertIsoModels(String title, Model wanted, Model got)(Code)(Java Doc) public static void assertIsoModels(Model wanted, Model got)(Code)(Java Doc) public static Model createMemModel()(Code)(Java Doc) public static Model createModel(ReificationStyle style)(Code)(Java Doc) protected static Model extendedModel()(Code)(Java Doc) public static Literal literal(Model m, String s)(Code)(Java Doc) public static Model modelAdd(Model m, String facts)(Code)(Java Doc) public static Model modelWithStatements(String facts)(Code)(Java Doc) public static Model modelWithStatements(ReificationStyle style, String facts)(Code)(Java Doc) protected static String nice(RDFNode n)(Code)(Java Doc) public static Property property(String s)(Code)(Java Doc) public static Property property(Model m, String s)(Code)(Java Doc) public static RDFNode rdfNode(Model m, String s)(Code)(Java Doc) public static RDFNode rdfNode(Model m, String s, Class c)(Code)(Java Doc) protected static Resource resource()(Code)(Java Doc) public static Resource resource(String s)(Code)(Java Doc) public static Resource resource(Model m, String s)(Code)(Java Doc) public static Set resourceSet(String items)(Code)(Java Doc) public static Resource[] resources(Model m, String items)(Code)(Java Doc) public static Statement statement(Model m, String fact)(Code)(Java Doc) public static Statement statement(String fact)(Code)(Java Doc) public static Statement[] statements(Model m, String facts)(Code)(Java Doc)
|
Fields inherited from com.hp.hpl.jena.graph.test.GraphTestBase | protected static int bnc(Code)(Java Doc)
|
Methods inherited from com.hp.hpl.jena.graph.test.GraphTestBase | protected static void appendNode(StringBuffer b, Map bnodes, Node n)(Code)(Java Doc) public Set arrayToSet(Object[] A)(Code)(Java Doc) public static void assertContains(String name, String s, Graph g)(Code)(Java Doc) public static void assertContainsAll(String name, Graph g, String s)(Code)(Java Doc) public static void assertEqualsTemplate(String title, Graph g, String template)(Code)(Java Doc) public static void assertIsomorphic(String title, Graph expected, Graph got)(Code)(Java Doc) public static void assertIsomorphic(Graph expected, Graph got)(Code)(Java Doc) public static void assertOmits(String name, Graph g, String s)(Code)(Java Doc) public static void assertOmitsAll(String name, Graph g, String s)(Code)(Java Doc) public static boolean contains(Graph g, String fact)(Code)(Java Doc) public static Graph getGraph(Object wrap, Class graphClass, ReificationStyle style)(Code)(Java Doc) protected static Graph getReificationTriples(Reifier r)(Code)(Java Doc) public static Graph graphAdd(Graph g, String s)(Code)(Java Doc) public static Graph graphWith(String s)(Code)(Java Doc) public static List iteratorToList(Iterator it)(Code)(Java Doc) public static Set iteratorToSet(Iterator it)(Code)(Java Doc) public static Graph newGraph()(Code)(Java Doc) public static String nice(Graph g, Map bnodes)(Code)(Java Doc) protected static String nice(Node n)(Code)(Java Doc) protected static void niceTriple(StringBuffer b, Map bnodes, Triple t)(Code)(Java Doc) public static Node node(String x)(Code)(Java Doc) public static Node[] nodeArray(String items)(Code)(Java Doc) public static List nodeList(String items)(Code)(Java Doc) public Set nodeSet(String nodes)(Code)(Java Doc) public void testContains(Graph g, Triple[] triples)(Code)(Java Doc) public void testContains(Graph g, List triples)(Code)(Java Doc) public void testContains(Graph g, Iterator it)(Code)(Java Doc) public void testContains(Graph g, Graph other)(Code)(Java Doc) public void testOmits(Graph g, Triple[] triples)(Code)(Java Doc) public void testOmits(Graph g, List triples)(Code)(Java Doc) public void testOmits(Graph g, Iterator it)(Code)(Java Doc) public void testOmits(Graph g, Graph other)(Code)(Java Doc) public static Triple triple(String fact)(Code)(Java Doc) public static Triple triple(PrefixMapping pm, String fact)(Code)(Java Doc) public static Triple[] tripleArray(String facts)(Code)(Java Doc) public static Set tripleSet(String facts)(Code)(Java Doc)
|
|
|