Searched refs:xFooEnum (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/unoxml/qa/complex/unoxml/ |
| H A D | RDFRepositoryTest.java | 205 XEnumeration xFooEnum; in check() local 209 xFooEnum = xFooGraph.getStatements(null, null, null); in check() 211 eq(xFooEnum, new Statement[] { xFoo_FooBarBaz })); in check() 215 xFooEnum = xFooGraph.getStatements(null, null, null); in check() 217 eq(xFooEnum, in check() 219 xFooEnum = xRep.getStatements(null, null, null); in check() 221 eq(xFooEnum, in check() 226 xFooEnum = xFooGraph.getStatements(null, null, null); in check() 228 eq(xFooEnum, new Statement[] { in check() 230 xFooEnum = xFooGraph.getStatements(baz, bar, null); in check() [all …]
|