Home
last modified time | relevance | path

Searched refs:assertNotNull (Results 1 – 25 of 32) sorted by relevance

12

/aoo41x/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java1175 assertNotNull(xAttrIns); in testXAttr()
1302 assertNotNull(xChild); in testXAttr()
1374 assertNotNull(xText); in testXText()
1555 assertNotNull(xCDS); in testXCDataSection()
1747 assertNotNull(xComment); in testXComment()
1918 assertNotNull(xER); in testXEntityReference()
1921 assertNotNull(xERChild); in testXEntityReference()
2122 assertNotNull(xPI); in testXProcessingInstruction()
2289 assertNotNull(xChildList); in testXNodeList_ChildList()
2333 assertNotNull(xElementList); in testXNodeList_ElementList()
[all …]
H A DRDFRepositoryTest.java110 assertNotNull("foo", foo); in before()
112 assertNotNull("bar", bar); in before()
114 assertNotNull("baz", baz); in before()
116 assertNotNull("uint", uint); in before()
118 assertNotNull("blank", blank); in before()
120 assertNotNull("lit", lit); in before()
123 assertNotNull("litlang", litlang); in before()
125 assertNotNull("littype", littype); in before()
133 assertNotNull("uuid", uuid); in before()
135 assertNotNull("base", base); in before()
[all …]
/aoo41x/main/ucb/qa/complex/tdoc/
H A DCheckContentProvider.java106 assertNotNull("Can't load document " + fileName, xTextDoc[i]); in before()
313 assertNotNull("getTypes()", xTypeProvider._getTypes()); in checkInterfaces()
321 assertNotNull("supportsService()", xServiceInfo._supportsService()); in checkInterfaces()
329 assertNotNull("execute()", xCommandProcessor._execute()); in checkInterfaces()
330 assertNotNull("abort()", xCommandProcessor._abort()); in checkInterfaces()
337 assertNotNull("getParent()", xChild._getParent(hasParent)); in checkInterfaces()
339 assertNotNull("setParent()", xChild._setParent(false)); in checkInterfaces()
367 assertNotNull("getContentType()", xCont._getContentType()); in checkInterfaces()
368 assertNotNull("getIdentifier()", xCont._getIdentifier()); in checkInterfaces()
375 assertNotNull("addProperty()", xPropCont._addProperty()); in checkInterfaces()
[all …]
H A DCheckTransientDocumentsContent.java67 assertNotNull("Can't load document " + fileName, xTextDoc[i]); in before()
113 assertNotNull("Did not find property 'DocumentModel' in the Property array.", res); in checkTransientDocumentsContent()
/aoo41x/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx407 assertNotNull(test->getInterfaceFromBase()); in run()
408 assertNotNull(test->getBaseFromBase()); in run()
414 assertNotNull(test->getInterfaceFromBase()); in run()
415 assertNotNull(test->getBaseFromBase()); in run()
422 assertNotNull(test->getInterfaceFromBase()); in run()
423 assertNotNull(test->getBaseFromBase()); in run()
431 assertNotNull(test->getBaseFromDerived()); in run()
432 assertNotNull(test->getDerivedFromDerived()); in run()
438 assertNotNull( in run()
458 assertNotNull(test->roundTripBaseToInterface( in run()
[all …]
H A DTestAcquire.java53 private static void assertNotNull(Object obj) { in assertNotNull() method in TestAcquire
60 assertNotNull(obj); in receive()
/aoo41x/test/testgui/source/fvt/gui/sw/table/
H A DTableGeneral.java77 assertNotNull(statusBar.getItemTextById(8)); in testTableSize()
80 assertNotNull(statusBar.getItemTextById(8)); in testTableSize()
96 assertNotNull(statusBar.getItemTextById(8)); in testTableBackground()
130 assertNotNull(statusBar.getItemTextById(8)); in testTableBorder()
150 assertNotNull(statusBar.getItemTextById(8)); in testTableBorderLineStyle()
216 assertNotNull(statusBar.getItemTextById(8)); in testTableBorderLineStyle()
247 assertNotNull(statusBar.getItemTextById(8)); in testTableAutoFormat()
259 assertNotNull(statusBar.getItemTextById(8)); in testTableRowHeight()
289 assertNotNull(statusBar.getItemTextById(8)); in testTableSelectRow()
314 assertNotNull(statusBar.getItemTextById(8)); in testTableInsertRow()
[all …]
/aoo41x/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java153 assertNotNull("foo", foo); in before()
155 assertNotNull("bar", bar); in before()
157 assertNotNull("baz", baz); in before()
160 assertNotNull("blank1", blank1); in before()
162 assertNotNull("blank2", blank2); in before()
164 assertNotNull("blank3", blank3); in before()
166 assertNotNull("blank4", blank4); in before()
168 assertNotNull("rdf_type", rdf_type); in before()
170 assertNotNull("rdfs_label", rdfs_label); in before()
217 assertNotNull("xRS null", xRepoSupplier); in check()
[all …]
H A DGlobalEventBroadcaster.java64assertNotNull("## Couldn't get MultiServiceFactory make sure your Office is started", m_xMSF); in initialize()
84 assertNotNull("couldn't create service", GlobalEventBroadcaster); in initialize()
H A DDocumentProperties.java96 assertNotNull("could not create MultiServiceFactory.", xMSF); in check()
100 assertNotNull("could not get component context.", xContext); in check()
/aoo41x/main/toolkit/qa/complex/toolkit/
H A DGridControl.java104 assertNotNull( "the control model is expected to have an initial data model", dataModel ); in impl_recreateGridModel()
107assertNotNull( "the out-of-the-box data model should be mutable and sortable", m_dataModel ); in impl_recreateGridModel()
123 assertNotNull( "all UnoControlModel's are expected to be cloneable", cloneable ); in testGridControlCloning()
447 assertNotNull( dataModel ); in testView()
452 assertNotNull( columnModel ); in testView()
514 assertNotNull( "no grid control created in the dialog", gridControl ); in impl_createDialogWithGridControl()
532 assertNotNull( column ); in impl_assertColumnModelConsistency()
548 assertNotNull( i_reference ); in impl_assertEquality()
549 assertNotNull( i_compare ); in impl_assertEquality()
661 assertNotNull( "could not create an instance of '" + i_serviceName + "'", instance ); in createInstance()
[all …]
H A DUnitConversion.java105 assertNotNull("failed: There is no office.", xMSF); in testXUnitConversion()
109 assertNotNull("failed: there is no window peer", xWindowPeer); in testXUnitConversion()
114 assertNotNull("failed: there is no window, cast wrong?", xWindow); in testXUnitConversion()
/aoo41x/main/reportdesign/qa/complex/reportdesign/
H A DReportDesignerTest.java218 assertNotNull("Can't get XDesktop", m_xDesktop); in getXDesktop()
344 assertNotNull("Can't load document ", xDocComponent); in startTestForFile()
359 assertNotNull("can't create instance of com.sun.star.sdb.DatabaseContext", x); in startTestForFile()
373 assertNotNull("can't access DatabaseDocument", xOfficeDBDoc); in startTestForFile()
378 assertNotNull("Controller of xOfficeDatabaseDocument is empty!", aController); in startTestForFile()
399 assertNotNull("ActiveConnection is empty", aActiveConnectionObj); in startTestForFile()
404 assertNotNull("xOfficeDatabaseDocument returns no Report Document", xNameAccess); in startTestForFile()
/aoo41x/main/toolkit/qa/complex/toolkit/awtgrid/
H A DGridDataListener.java66 assertNotNull( m_rowInsertionEvent ); in assertSingleRowInsertionEvent()
77 assertNotNull( m_rowRemovalEvent ); in assertSingleRowRemovalEvent()
88 assertNotNull( m_dataChangeEvent ); in assertSingleDataChangeEvent()
99 assertNotNull( m_rowHeadingChangeEvent ); in assertSingleRowHeadingChangeEvent()
/aoo41x/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java183 assertNotNull("Couldn't create test frame.", m_xFrame); in before()
188assertNotNull("Desktop service doesnt support needed component loader interface.", m_xLoader); in before()
362 assertNotNull("Could create office document, which should be saved as temp one.", xDoc); in impl_createTempOfficeDocument()
430 assertNotNull("Found an empty directory. There are no files for testing.", m_lTestFiles); in checkURLEncoding()
449 assertNotNull("Found no file to load. Cannot test.", baURL); in checkURLEncoding()
/aoo41x/main/sw/qa/complex/writer/
H A DCheckCrossReferences.java61 assertNotNull("Cannot retrieve next field.", xField); in getNextField()
82 assertNotNull("Cannot retrieve next field.", xField); in getNextField()
98 assertNotNull("Cannot retrieve field properties.", xProps); in getFieldProps()
209 assertNotNull( in checkCrossReferences()
H A DTextPortionEnumerationTest.java2964 assertNotNull("getParent(): null", xParent3); in testMetaXChild()
2971 assertNotNull("getParent(): null", xParent4); in testMetaXChild()
2978 assertNotNull("getParent(): null", xParent5); in testMetaXChild()
3009 assertNotNull("getText(): no parent", xParentText); in testMetaXText()
3012 assertNotNull("getStart(): no start", xStart); in testMetaXText()
3015 assertNotNull("getEnd(): no end", xEnd); in testMetaXText()
3026 assertNotNull("createTextCursor(): failed", xTextCursor); in testMetaXText()
3146 assertNotNull("getAnchor(): null", xAnchor); in testMetaXText()
3226 assertNotNull("getStart(): no start", xStart); in testMetaXTextCursor()
3228 assertNotNull("getEnd(): no end", xEnd); in testMetaXTextCursor()
[all …]
H A DCheckIndexedPropertyValues.java50 assertNotNull("XIndexContainer was queried but returned null.", xCont); in checkIndexedPropertyValues()
H A DCheckNamedPropertyValues.java50 assertNotNull("XNameContainer was queried but returned null.", xCont); in checkNamedPropertyValues()
/aoo41x/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java287 assertNotNull("1st slide appears", rectangle); in testSlideShow()
291 assertNotNull("2nd slide appears", rectangle); in testSlideShow()
295 assertNotNull("3rd slide appears", rectangle); in testSlideShow()
H A DFileTypeTest.java281 assertNotNull("Green rectangle: " + rectangle, rectangle); in saveNewDrawing()
290 assertNotNull("Green rectangle: " + rectangle1, rectangle1); in saveNewDrawing()
/aoo41x/main/dbaccess/qa/complex/dbaccess/
H A DBeamer.java107 assertNotNull(dispatch); in testBeamer()
118 assertNotNull(beamer); in testBeamer()
/aoo41x/main/filter/qa/complex/filter/misc/
H A DFinalizedMandatoryTest.java103 assertNotNull("Could not get XMultiServiceFactory", xMSF); in before()
118 assertNotNull("Service wan't created", oInterface); in getTestObject()
H A DTypeDetection6FileFormat.java72 assertNotNull("Could not get XMultiServiceFactory", xMSF); in before()
/aoo41x/test/testuno/source/fvt/uno/sw/crossreference/
H A DCheckCrossReferences.java25 import static org.junit.Assert.assertNotNull;
187 assertNotNull("Cannot find paragraph to insert cross-reference bookmark.", xParaTextRange); in checkCrossReferences()

Completed in 148 milliseconds

12