| /AOO41X/main/sfx2/qa/complex/sfx2/ |
| H A D | DocumentProperties.java | 147 assertTrue ("Author", "".equals(xDP2.getAuthor())); in check() 155 assertTrue ("Author", "".equals(xDP2.getAuthor())); in check() 184 assertTrue("Author", "Karl-Heinz Mustermann".equals(xDP.getAuthor())); in check() 185 assertTrue("Generator", in check() 188 assertTrue("CreationDate", 2007 == xDP.getCreationDate().Year); in check() 189 assertTrue("Title", "Urgent Memo".equals(xDP.getTitle())); in check() 190 assertTrue("Subject", "Wichtige Mitteilung".equals(xDP.getSubject())); in check() 191 assertTrue("Description", in check() 195 assertTrue("ModifiedBy", in check() 197 assertTrue("ModificationDate", 10 == xDP.getModificationDate().Month); in check() [all …]
|
| H A D | UndoManager.java | 190 …assertTrue( "clicking the test button did not work as expected - basic script not called", m_callb… in checkBrokenScripts() 205 …assertTrue( "dispatching the Script URL did not work as expected - basic script not called", m_cal… in checkBrokenScripts() 222 …assertTrue( "triggering an event did not work as expected - basic script not called", m_callbackCa… in checkBrokenScripts() 233 assertTrue( m_callbackCalled ); in checkBrokenScripts() 234 … assertTrue( "The Basic script should have closed the document.", m_undoListener.isDisposed() ); in checkBrokenScripts() 312 … assertTrue( UnoRuntime.areSame( undoManager.getParent(), m_currentDocument.getDocument() ) ); in getUndoManager() 646 …assertTrue( "document is closed, but the UndoManagerListener has not been notified of the disposal… in impl_checkUndo() 744 … assertTrue( "nested custom undo action has not been undone as expected", action2.undoCalled() ); in impl_testCustomUndoActions() 754 … assertTrue( "nested custom undo action has not been undone as expected", action1.undoCalled() ); in impl_testCustomUndoActions() 762 assertTrue( action1.disposed() && action2.disposed() ); in impl_testCustomUndoActions() [all …]
|
| H A D | DocumentMetadataAccess.java | 230 assertTrue("new: baseURI", !xBaseURI.getStringValue().equals("")); in check() 232 assertTrue("new: # graphs", 1 == xRep.getGraphNames().length); in check() 236 assertTrue("new: manifest graph", null != xManifest); in check() 240 assertTrue("new: manifest graph", eq(xStmtsEnum, manifestStmts)); in check() 427 assertTrue("removeContentOrStylesFile (content)", in check() 434 assertTrue("addContentOrStylesFile (content)", in check() 439 assertTrue("removeContentOrStylesFile (styles)", in check() 446 assertTrue("addContentOrStylesFile (styles)", in check() 459 assertTrue("addMetadataFile", in check() 465 assertTrue("getMetadataGraphsWithType", in check() [all …]
|
| /AOO41X/main/toolkit/qa/complex/toolkit/ |
| H A D | AccessibleStatusBarItem.java | 299 … assertTrue("failed: "+accName+" - XAccessibleComponent::getBounds", _xAccCompTest._getBounds()); in runAllInterfaceTests() 300 …assertTrue("failed: "+accName+" - XAccessibleComponent::contains", _xAccCompTest._containsPoint()); in runAllInterfaceTests() 301 …assertTrue("failed: "+accName+" - XAccessibleComponent::getAccessibleAt", _xAccCompTest._getAccess… in runAllInterfaceTests() 302 …assertTrue("failed: "+accName+" - XAccessibleComponent::getBackground", _xAccCompTest._getBackgrou… in runAllInterfaceTests() 303 …assertTrue("failed: "+accName+" - XAccessibleComponent::getForeground", _xAccCompTest._getForegrou… in runAllInterfaceTests() 304 …assertTrue("failed: "+accName+" - XAccessibleComponent::getLocation", _xAccCompTest._getLocation()… in runAllInterfaceTests() 305 …assertTrue("failed: "+accName+" - XAccessibleComponent::getLocationOnScreen", _xAccCompTest._getLo… in runAllInterfaceTests() 306 … assertTrue("failed: "+accName+" - XAccessibleComponent::getSize", _xAccCompTest._getSize()); in runAllInterfaceTests() 307 … assertTrue("failed: "+accName+" - XAccessibleComponent::grabFocus", _xAccCompTest._grabFocus()); in runAllInterfaceTests() 312 …assertTrue("failed: "+accName+" - XAccessibleContext::getAccessibleChildCount", _xAccContext._getA… in runAllInterfaceTests() [all …]
|
| H A D | AccessibleStatusBar.java | 277 assertTrue("failed: XAccessibleComponent::getBounds", _xAccCompTest._getBounds()); in runAllInterfaceTests() 278 assertTrue("failed: XAccessibleComponent::contains", _xAccCompTest._containsPoint()); in runAllInterfaceTests() 279 …assertTrue("failed: XAccessibleComponent::getAccessibleAt", _xAccCompTest._getAccessibleAtPoint()); in runAllInterfaceTests() 280 assertTrue("failed: XAccessibleComponent::getBackground", _xAccCompTest._getBackground()); in runAllInterfaceTests() 281 assertTrue("failed: XAccessibleComponent::getForeground", _xAccCompTest._getForeground()); in runAllInterfaceTests() 282 assertTrue("failed: XAccessibleComponent::getLocation", _xAccCompTest._getLocation()); in runAllInterfaceTests() 283 …assertTrue("failed: XAccessibleComponent::getLocationOnScreen", _xAccCompTest._getLocationOnScreen… in runAllInterfaceTests() 284 assertTrue("failed: XAccessibleComponent::getSize", _xAccCompTest._getSize()); in runAllInterfaceTests() 285 assertTrue("failed: XAccessibleComponent::grabFocus", _xAccCompTest._grabFocus()); in runAllInterfaceTests() 290 …assertTrue("failed: XAccessibleContext::getAccessibleChildCount", _xAccContext._getAccessibleChild… in runAllInterfaceTests() [all …]
|
| H A D | GridControl.java | 166 …assertTrue( "explicit column removal is expected to dispose the column", columnListener.isDisposed… in testDisposal() 179 …assertTrue( "setting a new data model failed", impl_areSameInterface( newDataModel, m_gridControlM… in testDisposal() 181 …assertTrue( "setting a new column model failed", impl_areSameInterface( newColumnModel, m_gridCont… in testDisposal() 183 assertTrue( "old data model has not been disposed", oldDataModelListener.isDisposed() ); in testDisposal() 184 assertTrue( "old column model has not been disposed", oldColumnModelListener.isDisposed() ); in testDisposal() 186 … assertTrue( "column no. " + i + " has not been disposed", columnListeners[i].isDisposed() ); in testDisposal() 192 …assertTrue( "new data model is not disposed after disposing the grid column model", newDataModelLi… in testDisposal() 193 …assertTrue( "new column model is not disposed after disposing the grid column model", newColumnMod… in testDisposal() 247 assertTrue( "wrong column object notified in insert notification", in testGridColumnModel() 276 assertTrue( "unexpected column removal event column index", in testGridColumnModel() [all …]
|
| /AOO41X/main/dbaccess/qa/complex/dbaccess/ |
| H A D | RowSet.java | 106 …assertTrue("ResultSetMovementStress wrong position: " + i + " Pos1: " + pos + " Pos2: " + pos2, po… in run() 259 …assertTrue(location + ": value/position do not match: " + pos + " (pos) != " + val + " (val)", val… in testPosition() 260 …assertTrue(location + ": value/position are not as expected: " + val + " (val) != " + expectedValu… in testPosition() 290 assertTrue("testAbsolutePositioning failed", _resultSet.absolute(calcPos)); in testAbsolutePositioning() 537 assertTrue("Callings are not in the correct order for APPROVE_CURSOR_MOVE ", in testCursorMove() 539 assertTrue("Callings are not in the correct order for APPROVE_ROW_CHANGE", in testCursorMove() 541 assertTrue("Callings are not in the correct order for COLUMN_VALUE", in testCursorMove() 543 assertTrue("Callings are not in the correct order for CURSOR_MOVED", in testCursorMove() 545 assertTrue("Callings are not in the correct order for ROW_CHANGED", in testCursorMove() 547 assertTrue("Callings are not in the correct order for IS_MODIFIED", in testCursorMove() [all …]
|
| H A D | SingleSelectQueryComposer.java | 120 …assertTrue("set/get" + _attributeName + " not working as expected (set: " + _attributeValue + ", g… in checkAttributeAccess() 136 … assertTrue("setCommand/getQuery TABLE inconsistent", m_composer.getQuery().equals(table)); in testSetCommand() 140 …assertTrue("setCommand/getQuery QUERY inconsistent", m_composer.getQuery().equals(m_database.getDa… in testSetCommand() 144 … assertTrue("setCommand/getQuery COMMAND inconsistent", m_composer.getQuery().equals(sql)); in testSetCommand() 165 …assertTrue("setElementaryQuery/getQuery inconsistent", m_composer.getQuery().equals(simpleQuery2)); in testAttributes() 170 assertTrue("set/getQuery inconsistent", m_composer.getQuery().equals(simpleQuery)); in testAttributes() 178 assertTrue("Order columns doesn't exist: \"Address\"", in testAttributes() 182 assertTrue("Group columns doesn't exist: \"City\"", in testAttributes() 187 assertTrue("no select columns, or wrong number of select columns", in testAttributes() 201 … assertTrue("Structured Filter not identical", m_composer.getFilter().equals(COMPLEXFILTER)); in testAttributes() [all …]
|
| /AOO41X/main/unoxml/qa/complex/unoxml/ |
| H A D | DOMTest.java | 248 assertTrue("XDocument.getElementsByTagName", in testXDocument() 255 assertTrue("XDocument.getElementsByTagNameNS", in testXDocument() 268 assertTrue("XDocument.appendChild(xElemFooNs)", in testXDocument() 279 assertTrue("XDocument.getElementsByTagName", in testXDocument() 290 assertTrue("XDocument.getElementsByTagNameNS", in testXDocument() 352 assertTrue("XDocument.importNode(true)", in testXDocument() 362 assertTrue("XDocument.importNode(true)", in testXDocument() 408 assertTrue("XDocument.cloneNode(true)", xDocClone.hasChildNodes()); in testXDocument() 422 assertTrue("XDocument.getChildNodes()", 1 == xChildren.getLength()); in testXDocument() 441 assertTrue("XDocument.getNodeType()", in testXDocument() [all …]
|
| H A D | RDFRepositoryTest.java | 156 assertTrue("empty: graphs", 0 == xRep.getGraphNames().length); in check() 160 assertTrue("empty: stmts", !stmts.hasMoreElements()); in check() 184 assertTrue("no foo graph in getGraphNames", in check() 189 assertTrue("stmts in foo graph", !stmts.hasMoreElements()); in check() 210 assertTrue("addStatement(foo,bar,baz)", in check() 216 assertTrue("addStatement(foo,bar,blank)", in check() 220 assertTrue("addStatement(foo,bar,blank) (global)", in check() 227 assertTrue("addStatement(baz,bar,lit)", in check() 231 assertTrue("addStatement(baz,bar,lit) (baz,bar)", in check() 238 assertTrue("addStatement(baz,bar,litlang)", in check() [all …]
|
| /AOO41X/main/jurt/test/com/sun/star/lib/uno/protocols/urp/ |
| H A D | Cache_Test.java | 35 assertTrue(i == Cache.NOT_CACHED && !f[0]); in test0() 37 assertTrue(i == Cache.NOT_CACHED && !f[0]); in test0() 39 assertTrue(i == Cache.NOT_CACHED && !f[0]); in test0() 41 assertTrue(i == Cache.NOT_CACHED && !f[0]); in test0() 49 assertTrue(i == 0 && !f[0]); in test1() 51 assertTrue(i == 0 && f[0]); in test1() 53 assertTrue(i == 0 && !f[0]); in test1() 55 assertTrue(i == 0 && f[0]); in test1() 57 assertTrue(i == 0 && !f[0]); in test1() 65 assertTrue(i == 0 && !f[0]); in test2() [all …]
|
| /AOO41X/main/framework/qa/complex/imageManager/ |
| H A D | CheckImageManager.java | 111 assertTrue(testObjectName + "::XInitialization.initialize", _xInit._initialize()); in performChecks() 115 … assertTrue(testObjectName + "::XImageManager.getAllImageNames", _xImage._getAllImageNames()); in performChecks() 116 assertTrue(testObjectName + "::XImageManager.getImages", _xImage._getImages()); in performChecks() 117 assertTrue(testObjectName + "::XImageManager.hasImage", _xImage._hasImage()); in performChecks() 118 assertTrue(testObjectName + "::XImageManager.insertImages", _xImage._insertImages()); in performChecks() 119 assertTrue(testObjectName + "::XImageManager.removeImages", _xImage._removeImages()); in performChecks() 120 assertTrue(testObjectName + "::XImageManager.replaceImages", _xImage._replaceImages()); in performChecks() 121 assertTrue(testObjectName + "::XImageManager.reset", _xImage._reset()); in performChecks() 125 … assertTrue(testObjectName + "::XTypeProvider.getImplementationId", _xType._getImplementationId()); in performChecks() 126 assertTrue(testObjectName + "::XTypeProvider.getTypes", _xType._getTypes()); in performChecks() [all …]
|
| /AOO41X/main/sc/qa/complex/dataPilot/ |
| H A D | CheckDataPilot.java | 107 assertTrue("_getName failed.",_xNamed._getName()); in testDataPilotFieldObject() 108 assertTrue("_setName failed.",_xNamed._setName()); in testDataPilotFieldObject() 114 assertTrue("_getPropertySetInfo failed.",_xProp._getPropertySetInfo()); in testDataPilotFieldObject() 115 assertTrue("_addPropertyChangeListener failed.",_xProp._addPropertyChangeListener()); in testDataPilotFieldObject() 116 assertTrue("_addVetoableChangeListener failed.",_xProp._addVetoableChangeListener()); in testDataPilotFieldObject() 117 assertTrue("_setPropertyValue failed.",_xProp._setPropertyValue()); in testDataPilotFieldObject() 118 assertTrue("_getPropertyValue failed.",_xProp._getPropertyValue()); in testDataPilotFieldObject() 119 assertTrue("_removePropertyChangeListener failed.",_xProp._removePropertyChangeListener()); in testDataPilotFieldObject() 120 assertTrue("_removeVetoableChangeListener failed.",_xProp._removeVetoableChangeListener()); in testDataPilotFieldObject() 134 assertTrue("_getName failed.",_xNamed._getName()); in testDataPilotTableObject() [all …]
|
| /AOO41X/test/testgui/source/bvt/gui/ |
| H A D | BasicFunctionTest.java | 84 … assertTrue("No Error", !smoketestlog.contains("error") && !testclosurelog.contains("error")); in smokeTest() 130 assertTrue("Printer Setup dialog appears", printerSetUpDlg.exists(3)); in testPrinter() 186 assertTrue(aboutDialog.exists(5)); in testHelp() 190 assertTrue(helpWindow.exists(5)); in testHelp() 215 …assertTrue("Green Picture is inserted?" + rectangle, rectangle != null && rectangle.getWidth() > 1… in testInsertPictureInDocument() 223 …assertTrue("Green Picture is inserted? " + rectangle, rectangle != null && rectangle.getWidth() > … in testInsertPictureInDocument() 240 …assertTrue("Green Picture is inserted?" + rectangle, rectangle != null && rectangle.getWidth() > 1… in testInsertPictureInSpreadsheet() 250 …assertTrue("Red Picture is inserted? " + rectangle, rectangle != null && rectangle.getWidth() > 10… in testInsertPictureInSpreadsheet() 267 …assertTrue("Green Picture is inserted?" + rectangle, rectangle != null && rectangle.getWidth() > 1… in testInsertPictureInPresentation() 275 …assertTrue("Red Picture is inserted? " + rectangle, rectangle != null && rectangle.getWidth() > 10… in testInsertPictureInPresentation() [all …]
|
| /AOO41X/test/testgui/source/fvt/gui/sw/table/ |
| H A D | TableGeneral.java | 101 assertTrue("Table background property dialog pop up", in testTableBackground() 135 assertTrue("Table border property dialog pop up", in testTableBorder() 154 assertTrue("Table border property dialog pop up", in testTableBorderLineStyle() 187 assertTrue("SWTableSTC_SYNC", swTableSTCSYNC.isChecked()); in testTableBorderLineStyle() 239 assertTrue("Table auto format dialog pop up", swTableAutoFMT.exists()); in testTableAutoFormat() 265 assertTrue(swTableSetRowHeightDialog.exists()); in testTableRowHeight() 276 assertTrue(swTableSetRowHeightDialog.exists()); in testTableRowHeight() 302 assertTrue(tableToolbar.exists()); in testTableSelectRow() 318 assertTrue("SWTable_InsertRow Dialog pop up", swTableInsertRow.exists()); in testTableInsertRow() 405 assertTrue(tableToolbar.exists()); in testTableColumnSelect() [all …]
|
| /AOO41X/main/sc/qa/complex/sc/ |
| H A D | CalcRTL.java | 101 assertTrue("Couldn't open document", openSpreadsheetDocument()); in checkSpreadsheetProperties() 105 assertTrue("Problems when setting property 'IsVisible'", in checkSpreadsheetProperties() 107 assertTrue("Problems when setting property 'IsVisible'", in checkSpreadsheetProperties() 109 assertTrue("Problems when setting property 'PageStyle'", in checkSpreadsheetProperties() 111 assertTrue("Problems when setting property 'PageStyle'", in checkSpreadsheetProperties() 113 assertTrue("Problems when setting property 'TableLayout'", in checkSpreadsheetProperties() 116 assertTrue("Problems when setting property 'TableLayout'", in checkSpreadsheetProperties() 119 assertTrue("Couldn't close document", closeSpreadsheetDocument()); in checkSpreadsheetProperties() 134 assertTrue("Couldn't open document", openSpreadsheetDocument()); in checkShapeProperties() 140 assertTrue("Problems when setting property 'Anchor'", in checkShapeProperties() [all …]
|
| /AOO41X/main/stoc/test/registry_tdprovider/ |
| H A D | testregistrytdprovider.cxx | 100 void assertTrue(bool argument) { in assertTrue() function 132 assertTrue(factory.is()); in run() 668 assertTrue(published.is()); in run() 669 assertTrue(published->isPublished()); in run() 678 assertTrue(published.is()); in run() 688 assertTrue(published.is()); in run() 689 assertTrue(published->isPublished()); in run() 698 assertTrue(published.is()); in run() 708 assertTrue(published.is()); in run() 709 assertTrue(published->isPublished()); in run() [all …]
|
| /AOO41X/test/testgui/source/fvt/gui/sc/sheet/ |
| H A D | Sheets.java | 73 … assertTrue("The first sheet name not contain 4",scSheetsList.getItemsText()[0].contains("4")); in testInsertMultipleSheet() 74 … assertTrue("The second sheet name not contain 5",scSheetsList.getItemsText()[1].contains("5")); in testInsertMultipleSheet() 75 … assertTrue("The third sheet name not contain 6",scSheetsList.getItemsText()[2].contains("6")); in testInsertMultipleSheet() 76 … assertTrue("The fourth sheet name not contain 1",scSheetsList.getItemsText()[3].contains("1")); in testInsertMultipleSheet() 77 … assertTrue("The fifth sheet name not contain 2",scSheetsList.getItemsText()[4].contains("2")); in testInsertMultipleSheet() 78 … assertTrue("The sixth sheet name not contain 3",scSheetsList.getItemsText()[5].contains("3")); in testInsertMultipleSheet() 96 assertTrue(scSheetsList.getItemsText()[0].contains("4")); in testInsertOneSheet() 97 assertTrue(scSheetsList.getItemsText()[1].contains("1")); in testInsertOneSheet() 98 assertTrue(scSheetsList.getItemsText()[2].contains("2")); in testInsertOneSheet() 99 assertTrue(scSheetsList.getItemsText()[3].contains("3")); in testInsertOneSheet()
|
| /AOO41X/main/comphelper/qa/complex/comphelper/ |
| H A D | Map.java | 105 …assertTrue( _context + ": " + impl_getNth(i) + " key (" + _keys[i].toString() + ") not found in ma… in impl_ceckContent() 107 …assertTrue( _context + ": " + impl_getNth(i) + " value (" + _values[i].toString() + ") not found i… in impl_ceckContent() 125 assertTrue( _context + ": key types do not match", map.getKeyType().equals( keyType ) ); in impl_checkMappings() 126 … assertTrue( _context + ": value types do not match", map.getValueType().equals( valueType ) ); in impl_checkMappings() 129 assertTrue( _context + ": initially created map is not empty", map.hasElements() ); in impl_checkMappings() 131 assertTrue( _context + ": map filled with values is still empty", !map.hasElements() ); in impl_checkMappings() 142 assertTrue( _context + ":map not empty after removing all elements", map.hasElements() ); in impl_checkMappings() 147 assertTrue( _context + ": 'clear' does not empty the map", map.hasElements() ); in impl_checkMappings() 429 …assertTrue( _context + ": too few elements in the enumeration (still " + ( _expectedElements.lengt… in impl_verifyEnumerationContent() 448 … assertTrue( _context + ": '" + nextElement.toString() + "' is not expected in the enumeration", in impl_verifyEnumerationContent() [all …]
|
| /AOO41X/test/testuno/source/fvt/uno/sc/data/ |
| H A D | StandardFilterOption.java | 111 … assertTrue("Verify row is invisible.", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterForString() 129 … assertTrue("Verify row is invisible.", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterForString() 170 … assertTrue("Expect should be True", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCaseSensitive() 184 … assertTrue("Expect should be True", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCaseSensitive() 202 … assertTrue("Expect should be True", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCaseSensitive() 241 … assertTrue("Expect result should be True", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionContainsHeader() 255 … assertTrue("Expect result should be True", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionContainsHeader() 273 … assertTrue("Expect result should be True", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionContainsHeader() 322 assertTrue("Expect should be True", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCopyOutput() 334 assertTrue("Expect should be True", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCopyOutput() [all …]
|
| /AOO41X/test/testuno/source/fvt/uno/sd/file/ |
| H A D | CheckFileProperties.java | 232 …assertTrue("CreationDate should be the same as set", this.DateTimeEquals(creationDate, result)); … in testGeneralCreationDate() 264 …assertTrue("ModificationDate should be the same as set", this.DateTimeEquals(modificationDate, res… in testGeneralModificationDate() 298 … assertTrue("PrintDate should be the same as set", this.DateTimeEquals(printDate, result)); in testGeneralPrintDate() 317 …assertTrue("Total editing time >= "+ editingDuration, Integer.compare(editingDuration, xDocPro2.ge… in testGeneralEditingDuration() 318 …assertTrue("Total editing time <= "+ maxEditingDuration, Integer.compare(xDocPro2.getEditingDurati… in testGeneralEditingDuration() 365 assertTrue("ModificationDate should be empty", in testGeneralReset() 368 assertTrue("PrintDate should be empty", in testGeneralReset() 480 … assertTrue("added Text property \""+addedProName+"\" should exist", result != null); in testCustomAddPro_Text() 498 … assertTrue("added DateTime property \""+addedProName+"\" should exist", result != null); in testCustomAddPro_DateTime() 499 assertTrue("value of added property should be the same as set", in testCustomAddPro_DateTime() [all …]
|
| /AOO41X/test/testuno/source/fvt/uno/sw/field/ |
| H A D | SubjectField.java | 23 import static org.junit.Assert.assertTrue; 93 …assertTrue("Verify Subject field is created use exsit subject", isContainSubjectField(odtDocument,… in testSubjectFieldODT() 94 assertTrue("Verify Subject field is created use exsit subject, can get text from document", in testSubjectFieldODT() 99 assertTrue("Verify Subject field is created, can get text from document", in testSubjectFieldODT() 104 …assertTrue("Verify Subject field is created, after save, still exist.", isContainSubjectField(odtD… in testSubjectFieldODT() 105 assertTrue("Verify Subject field is created, can get text from document after saved.", in testSubjectFieldODT() 110 …assertTrue("Verify Subject field is created, after saved to doc format, field still exist.", isCon… in testSubjectFieldODT() 111 …assertTrue("Verify Subject field is created, after saved to doc format, can get text from document… in testSubjectFieldODT()
|
| /AOO41X/test/testuno/source/fvt/uno/sc/formula/ |
| H A D | TestFormulaDocs.java | 107 assertTrue( "Multiple rows with TestID marker!", nTestIdCol == -1); in testOneDoc() 108 assertTrue( nTestRowStart == -1); in testOneDoc() 112 assertTrue( "Multiple rows with TestOK marker!", nTestOkCol == -1); in testOneDoc() 113 … assertTrue( "TestID and TestOK marker not in same row!", nTestRowStart == y + 1); in testOneDoc() 118 assertTrue( "Column \"TestID\" not found!", nTestIdCol >= 0); in testOneDoc() 119 assertTrue( "Column \"TestOK\" not found!", nTestOkCol >= 0); in testOneDoc() 137 … assertTrue( "Test result must be TRUE or FALSE", testOk.equals("TRUE") || testOk.equals("FALSE")); in testOneDoc() 148 assertTrue( (""+nFailCount+" of "+nTestCount+" tests failed"), nFailCount==0); in testOneDoc()
|
| /AOO41X/main/sw/qa/complex/writer/ |
| H A D | CheckFlies.java | 72 assertTrue( in checkEmbeddedFrames() 76 assertTrue( in checkEmbeddedFrames() 80 assertTrue( in checkEmbeddedFrames() 115 assertTrue( in checkGraphicFrames() 119 assertTrue( in checkGraphicFrames() 123 assertTrue( in checkGraphicFrames() 160 assertTrue( in checkTextFrames() 164 assertTrue( in checkTextFrames() 168 assertTrue( in checkTextFrames()
|
| /AOO41X/main/filter/qa/complex/filter/misc/ |
| H A D | FinalizedMandatoryTest.java | 245 …assertTrue("Unexpected exception wihle flushing changed filter '" + filterName + "'", isFinalized); in checkReadonlySupport() 247 …assertTrue("Expected exception was not thorwn while flushing changed filter '" + filterName + "' F… in checkReadonlySupport() 271 …assertTrue("Unexpected exception wihle flushing removed filter '" + filterName + "'", isMandatory); in checkReadonlySupport() 273 …assertTrue("Expected exception was not thorwn while flushing removed filter '" + filterName + "' M… in checkReadonlySupport() 288 assertTrue(preMsg + "'Mandatory=true'" + postMsg, mandantoryTrue); in checkReadonlySupport() 289 assertTrue(preMsg + "'Mandatory=false'" + postMsg, mandantoryFalse); in checkReadonlySupport() 290 assertTrue(preMsg + "'Finalized=true'" + postMsg, finalizedTrue); in checkReadonlySupport() 291 assertTrue(preMsg + "'Finalized=false'" + postMsg, finalizedFalse); in checkReadonlySupport()
|