/trunk/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 1175 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 D | RDFRepositoryTest.java | 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() 133 assertNotNull("uuid", uuid); in before() 135 assertNotNull("base", base); in before() [all …]
|
/trunk/main/ucb/qa/complex/tdoc/ |
H A D | CheckContentProvider.java | 106 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 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()
|
/trunk/main/bridges/test/java_uno/acquire/ |
H A D | testacquire.cxx | 407 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 D | TestAcquire.java | 53 private static void assertNotNull(Object obj) { in assertNotNull() method in TestAcquire 60 assertNotNull(obj); in receive()
|
/trunk/test/testgui/source/fvt/gui/sw/table/ |
H A D | TableGeneral.java | 77 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() 217 assertNotNull(statusBar.getItemTextById(8)); in testTableBorderLineStyle() 248 assertNotNull(statusBar.getItemTextById(8)); in testTableAutoFormat() 260 assertNotNull(statusBar.getItemTextById(8)); in testTableRowHeight() 290 assertNotNull(statusBar.getItemTextById(8)); in testTableSelectRow() 315 assertNotNull(statusBar.getItemTextById(8)); in testTableInsertRow() [all …]
|
/trunk/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentMetadataAccess.java | 148 assertNotNull("foo", foo); in before() 150 assertNotNull("bar", bar); in before() 152 assertNotNull("baz", baz); in before() 155 assertNotNull("blank1", blank1); in before() 157 assertNotNull("blank2", blank2); in before() 159 assertNotNull("blank3", blank3); in before() 161 assertNotNull("blank4", blank4); in before() 163 assertNotNull("rdf_type", rdf_type); in before() 165 assertNotNull("rdfs_label", rdfs_label); in before() 212 assertNotNull("xRS null", xRepoSupplier); in check() [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()
|
/trunk/main/toolkit/qa/complex/toolkit/ |
H A D | GridControl.java | 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() 549 assertNotNull( i_compare ); in impl_assertEquality() 661 assertNotNull( "could not create an instance of '" + i_serviceName + "'", instance ); in createInstance() [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()
|
/trunk/main/reportdesign/qa/complex/reportdesign/ |
H A D | ReportDesignerTest.java | 189 assertNotNull("Can't get XDesktop", m_xDesktop); in getXDesktop() 315 assertNotNull("Can't load document ", xDocComponent); in startTestForFile() 330 assertNotNull("can't create instance of com.sun.star.sdb.DatabaseContext", x); in startTestForFile() 344 assertNotNull("can't access DatabaseDocument", xOfficeDBDoc); in startTestForFile() 349 assertNotNull("Controller of xOfficeDatabaseDocument is empty!", aController); in startTestForFile() 370 assertNotNull("ActiveConnection is empty", aActiveConnectionObj); in startTestForFile() 375 assertNotNull("xOfficeDatabaseDocument returns no Report Document", xNameAccess); in startTestForFile()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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 | 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() 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 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()
|
/trunk/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()
|
/trunk/main/dbaccess/qa/complex/dbaccess/ |
H A D | Beamer.java | 107 assertNotNull(dispatch); in testBeamer() 118 assertNotNull(beamer); in testBeamer()
|
/trunk/main/filter/qa/complex/filter/misc/ |
H A D | FinalizedMandatoryTest.java | 93 assertNotNull("Could not get XMultiServiceFactory", xMSF); in before() 108 assertNotNull("Service wasn't created", oInterface); in getTestObject()
|
H A D | TypeDetection6FileFormat.java | 64 assertNotNull("Could not get XMultiServiceFactory", xMSF); in before()
|
/trunk/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()
|