| /AOO42X/main/unoxml/qa/complex/unoxml/ |
| H A D | DOMTest.java | 78 assertNotNull("could not create MultiServiceFactory.", xMSF); in before() 85 assertNotNull("could not get component context.", m_xContext); in before() 111 assertNotNull("newDocument", xDoc); in testXDocumentBuilder() 122 assertNotNull("XDocumentBuilder.parse", xDoc); in testXDocumentBuilder() 131 assertNotNull("XDocumentBuilder.parseURI", xDoc); in testXDocumentBuilder() 164 assertNotNull("XDocument.createAttribute", xAttr); in testXDocument() 181 assertNotNull("XDocument.createAttributeNS", xAttr); in testXDocument() 187 assertNotNull("XDocument.createCDATASection", xCDS); in testXDocument() 190 assertNotNull("XDocument.createComment", xComment); in testXDocument() 193 assertNotNull("XDocument.createDocumentFragment", xDF); in testXDocument() [all …]
|
| H A D | RDFRepositoryTest.java | 100 assertNotNull("could not create MultiServiceFactory.", xMSF); in before() 104 assertNotNull("could not get component context.", xContext); in before() 110 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() [all …]
|
| /AOO42X/test/testgui/source/fvt/gui/sw/table/ |
| H A D | TableGeneral.java | 78 assertNotNull(statusBar.getItemTextById(8)); 81 assertNotNull(statusBar.getItemTextById(8)); 97 assertNotNull(statusBar.getItemTextById(8)); 131 assertNotNull(statusBar.getItemTextById(8)); 151 assertNotNull(statusBar.getItemTextById(8)); 217 assertNotNull(statusBar.getItemTextById(8)); 248 assertNotNull(statusBar.getItemTextById(8)); 260 assertNotNull(statusBar.getItemTextById(8)); 290 assertNotNull(statusBar.getItemTextById(8)); 315 assertNotNull(statusBar.getItemTextById(8)); [all …]
|
| /AOO42X/main/ucb/qa/complex/tdoc/ |
| H A D | CheckContentProvider.java | 106 assertNotNull("Can't load document " + fileName, xTextDoc[i]); in before() 312 assertNotNull("getImplementationId()", xTypeProvider._getImplementationId()); in checkInterfaces() 313 assertNotNull("getTypes()", xTypeProvider._getTypes()); in checkInterfaces() 319 assertNotNull("getImplementationName()", xServiceInfo._getImplementationName()); in checkInterfaces() 320 assertNotNull("getSupportedServiceNames()", xServiceInfo._getSupportedServiceNames()); in checkInterfaces() 321 assertNotNull("supportsService()", xServiceInfo._supportsService()); in checkInterfaces() 328 assertNotNull("createCommandIdentifier()", xCommandProcessor._createCommandIdentifier()); in checkInterfaces() 329 assertNotNull("execute()", xCommandProcessor._execute()); in checkInterfaces() 330 assertNotNull("abort()", xCommandProcessor._abort()); in checkInterfaces() 337 assertNotNull("getParent()", xChild._getParent(hasParent)); in checkInterfaces() [all …]
|
| H A D | CheckTransientDocumentsContent.java | 67 assertNotNull("Can't load document " + fileName, xTextDoc[i]); in before() 113 assertNotNull("Did not find property 'DocumentModel' in the Property array.", res); in checkTransientDocumentsContent()
|
| /AOO42X/main/bridges/test/java_uno/acquire/ |
| H A D | testacquire.cxx | 345 template< typename T > void assertNotNull(css::uno::Reference< T > const & ref) in assertNotNull() function 366 assertNotNull(test->getInterfaceFromInterface()); in run() 373 assertNotNull(test->getInterfaceFromInterface()); in run() 380 assertNotNull(test->getInterfaceFromInterface()); in run() 387 assertNotNull(test->getInterfaceFromInterface()); in run() 393 assertNotNull(test->getInterfaceFromInterface()); in run() 400 assertNotNull(test->getInterfaceFromInterface()); in run() 407 assertNotNull(test->getInterfaceFromBase()); in run() 408 assertNotNull(test->getBaseFromBase()); in run() 414 assertNotNull(test->getInterfaceFromBase()); in run() [all …]
|
| H A D | TestAcquire.java | 53 private static void assertNotNull(Object obj) { in assertNotNull() method in TestAcquire 60 assertNotNull(obj); in receive()
|
| /AOO42X/main/sfx2/qa/complex/sfx2/ |
| H A D | DocumentMetadataAccess.java | 143 assertNotNull("could not create MultiServiceFactory.", xMSF); in before() 147 assertNotNull("could not get component context.", xContext); in before() 153 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() [all …]
|
| H A D | GlobalEventBroadcaster.java | 64 … assertNotNull("## 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 D | DocumentProperties.java | 96 assertNotNull("could not create MultiServiceFactory.", xMSF); in check() 100 assertNotNull("could not get component context.", xContext); in check()
|
| /AOO42X/main/toolkit/qa/complex/toolkit/ |
| H A D | GridControl.java | 98 … assertNotNull( "grid control model does not provide XPropertySet interface", m_gridControlModel ); in impl_recreateGridModel() 102 … assertNotNull( "the control model is expected to have an initial column model", m_columnModel ); in impl_recreateGridModel() 104 assertNotNull( "the control model is expected to have an initial data model", dataModel ); in impl_recreateGridModel() 107 … assertNotNull( "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() [all …]
|
| H A D | UnitConversion.java | 105 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()
|
| /AOO42X/main/reportdesign/qa/complex/reportdesign/ |
| H A D | ReportDesignerTest.java | 218 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()
|
| /AOO42X/main/toolkit/qa/complex/toolkit/awtgrid/ |
| H A D | GridDataListener.java | 66 assertNotNull( m_rowInsertionEvent ); in assertSingleRowInsertionEvent() 77 assertNotNull( m_rowRemovalEvent ); in assertSingleRowRemovalEvent() 88 assertNotNull( m_dataChangeEvent ); in assertSingleDataChangeEvent() 99 assertNotNull( m_rowHeadingChangeEvent ); in assertSingleRowHeadingChangeEvent()
|
| /AOO42X/main/framework/qa/complex/loadAllDocuments/ |
| H A D | CheckXComponentLoader.java | 183 assertNotNull("Couldn't create test frame.", m_xFrame); in before() 188 … assertNotNull("Desktop service doesn't 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()
|
| /AOO42X/main/sw/qa/complex/writer/ |
| H A D | CheckCrossReferences.java | 61 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 D | TextPortionEnumerationTest.java | 1256 assertNotNull("could not get component context.", m_xContext); in before() 2964 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() 3034 assertNotNull("createTextCursorByRange(): failed for start", in testMetaXText() 3038 assertNotNull("createTextCursorByRange(): failed for end", in testMetaXText() [all …]
|
| H A D | CheckIndexedPropertyValues.java | 50 assertNotNull("XIndexContainer was queried but returned null.", xCont); in checkIndexedPropertyValues()
|
| H A D | CheckNamedPropertyValues.java | 50 assertNotNull("XNameContainer was queried but returned null.", xCont); in checkNamedPropertyValues()
|
| /AOO42X/test/testgui/source/bvt/gui/ |
| H A D | BasicFunctionTest.java | 293 assertNotNull("1st slide appears", rectangle); in testSlideShow() 297 assertNotNull("2nd slide appears", rectangle); in testSlideShow() 301 assertNotNull("3rd slide appears", rectangle); in testSlideShow()
|
| H A D | FileTypeTest.java | 289 assertNotNull("Green rectangle: " + rectangle, rectangle); in saveNewDrawing() 298 assertNotNull("Green rectangle: " + rectangle1, rectangle1); in saveNewDrawing()
|
| /AOO42X/main/dbaccess/qa/complex/dbaccess/ |
| H A D | Beamer.java | 107 assertNotNull(dispatch); in testBeamer() 118 assertNotNull(beamer); in testBeamer()
|
| /AOO42X/main/filter/qa/complex/filter/misc/ |
| H A D | FinalizedMandatoryTest.java | 103 assertNotNull("Could not get XMultiServiceFactory", xMSF); in before() 118 assertNotNull("Service wasn't created", oInterface); in getTestObject()
|
| H A D | TypeDetection6FileFormat.java | 72 assertNotNull("Could not get XMultiServiceFactory", xMSF); in before()
|
| /AOO42X/test/testuno/source/fvt/uno/sw/crossreference/ |
| H A D | CheckCrossReferences.java | 25 import static org.junit.Assert.assertNotNull; 187 assertNotNull("Cannot find paragraph to insert cross-reference bookmark.", xParaTextRange); in checkCrossReferences()
|