Home
last modified time | relevance | path

Searched refs:xFooEnum (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java205 XEnumeration xFooEnum; in check() local
217 eq(xFooEnum, in check()
219 xFooEnum = xRep.getStatements(null, null, null); in check()
221 eq(xFooEnum, in check()
228 eq(xFooEnum, new Statement[] { in check()
230 xFooEnum = xFooGraph.getStatements(baz, bar, null); in check()
239 eq(xFooEnum, new Statement[] { in check()
263 eq(xFooEnum, new Statement[] { in check()
269 eq(xFooEnum, new Statement[] { xFoo_FooBarBaz, in check()
275 eq(xFooEnum, new Statement[] { xFoo_FooBarBaz, in check()
[all …]

Completed in 17 milliseconds