Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java158 XEnumeration stmts; in check() local
159 stmts = xRep.getStatements(null, null, null); in check()
160 assertTrue("empty: stmts", !stmts.hasMoreElements()); in check()
188 stmts = xFooGraph.getStatements(null, null, null); in check()
189 assertTrue("stmts in foo graph", !stmts.hasMoreElements()); in check()

Completed in 12 milliseconds