Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/tests/java/ifc/sdb/
H A D_XFormDocumentsSupplier.java48 String[] docNames = docs.getElementNames() ; in _getFormDocuments() local
49 if (docNames != null) { in _getFormDocuments()
50 log.println("Totally " + docNames.length + " documents :") ; in _getFormDocuments()
51 for (int i = 0; i < docNames.length; i++) in _getFormDocuments()
52 log.println(" " + docNames[i]) ; in _getFormDocuments()
55 tRes.tested("getFormDocuments()", docNames != null) ; in _getFormDocuments()
H A D_XQueryDefinitionsSupplier.java54 String[] docNames = docs.getElementNames() ; in _getQueryDefinitions() local
55 if (docNames != null) { in _getQueryDefinitions()
56 log.println("Totally " + docNames.length + " queries :") ; in _getQueryDefinitions()
57 for (int i = 0; i < docNames.length; i++) in _getQueryDefinitions()
58 log.println(" " + docNames[i]) ; in _getQueryDefinitions()
61 tRes.tested("getQueryDefinitions()", docNames != null) ; in _getQueryDefinitions()
H A D_XReportDocumentsSupplier.java48 String[] docNames = docs.getElementNames() ; in _getReportDocuments() local
49 if (docNames != null) { in _getReportDocuments()
50 log.println("Totally " + docNames.length + " documents :") ; in _getReportDocuments()
51 for (int i = 0; i < docNames.length; i++) in _getReportDocuments()
52 log.println(" " + docNames[i]) ; in _getReportDocuments()
55 tRes.tested("getReportDocuments()", docNames != null) ; in _getReportDocuments()

Completed in 14 milliseconds