| /trunk/main/sfx2/qa/complex/sfx2/ |
| H A D | UndoManager.java | 413 …assertFalse( "could not find the given control model within its parent", containerPosition == -1 ); in impl_assignScript() 452 assertFalse( "|undoActionAdded| called after document was disposed", m_isDisposed ); in undoActionAdded() 460 assertFalse( "|actionUndone| called after document was disposed", m_isDisposed ); in actionUndone() 468 assertFalse( "|actionRedone| called after document was disposed", m_isDisposed ); in actionRedone() 475 assertFalse( "|allActionsCleared| called after document was disposed", m_isDisposed ); in allActionsCleared() 482 assertFalse( "|redoActionsCleared| called after document was disposed", m_isDisposed ); in redoActionsCleared() 489 assertFalse( "|resetAll| called after document was disposed", m_isDisposed ); in resetAll() 497 assertFalse( "|enteredContext| called after document was disposed", m_isDisposed ); in enteredContext() 506 … assertFalse( "|enteredHiddenContext| called after document was disposed", m_isDisposed ); in enteredHiddenContext() 515 assertFalse( "|leftContext| called after document was disposed", m_isDisposed ); in leftContext() [all …]
|
| /trunk/main/unoxml/qa/complex/unoxml/ |
| H A D | DOMTest.java | 338 assertFalse("XDocument.importNode(false)", xE.hasAttributes()); in testXDocument() 339 assertFalse("XDocument.importNode(false)", xE.hasChildNodes()); in testXDocument() 350 assertFalse("XDocument.importNode(true)", in testXDocument() 364 assertFalse("XDocument.importNode(true)", in testXDocument() 377 assertFalse("XDocument.importNode(true)", in testXDocument() 379 assertFalse("XDocument.importNode(true)", in testXDocument() 396 assertFalse("XDocument.cloneNode(false)", in testXDocument() 413 assertFalse("XDocument.cloneNode(true)", xElemFooNs.equals(xE)); in testXDocument() 455 assertFalse("XDocument.hasAttributes()", xDoc.hasAttributes()); in testXDocument() 459 assertFalse("XDocument.isSupported()", in testXDocument() [all …]
|
| /trunk/main/stoc/test/registry_tdprovider/ |
| H A D | testregistrytdprovider.cxx | 106 void assertFalse(bool argument) { in assertFalse() function 178 assertFalse(exception->getBaseType().is()); in run() 209 assertFalse(structure->getBaseType().is()); in run() 233 assertFalse(structure->getBaseType().is()); in run() 571 assertFalse(service->getInterface().is()); in run() 611 assertFalse(singleton->getService().is()); in run() 635 assertFalse(singleton->getInterface().is()); in run() 649 assertFalse(singleton->getService().is()); in run() 676 assertFalse(published->isPublished()); in run() 696 assertFalse(published->isPublished()); in run() [all …]
|
| /trunk/test/testgui/source/bvt/gui/ |
| H A D | BasicFunctionTest.java | 308 assertFalse("Quit", slideShow.exists()); in testSlideShow() 444 assertFalse(sortPageBy3.isEnabled()); in testSort() 445 assertFalse(sortPageAscending3.isEnabled()); in testSort() 446 assertFalse(sortPageDescending3.isEnabled()); in testSort() 453 assertFalse(sortPageBy3.isEnabled()); in testSort() 454 assertFalse(sortPageAscending3.isEnabled()); in testSort() 455 assertFalse(sortPageDescending3.isEnabled()); in testSort() 500 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInDraw() 523 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInDocument() 547 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInSpreadsheet() [all …]
|
| /trunk/test/testuno/source/fvt/uno/sc/data/ |
| H A D | StandardFilterOption.java | 113 … assertFalse("Verify row is invisible.", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterForString() 131 … assertFalse("Verify row is invisible.", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterForString() 172 … assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCaseSensitive() 186 … assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCaseSensitive() 204 … assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCaseSensitive() 243 … assertFalse("Expect result should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionContainsHeader() 257 … assertFalse("Expect result should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionContainsHeader() 275 … assertFalse("Expect result should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionContainsHeader() 416 … assertFalse("Verify row is invisible.", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionSkipDuplicates() 432 … assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionSkipDuplicates() [all …]
|
| H A D | AdvanceFilter.java | 110 … assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterForString() 128 … assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterForString()
|
| /trunk/test/testgui/source/fvt/gui/sc/subtotals/ |
| H A D | SubtotalsFunctions.java | 237 …assertFalse("Wrong default value of InsertPageBreak checkbox",scSubtotalsInsertPageBreakCheckBox.i… in testDefaultUI() 238 …assertFalse("Wrong default value of CaseSensitive checkbox",scSubtotalsCaseSensitiveCheckBox.isChe… in testDefaultUI() 241 …assertFalse("Wrong default value of SortDescending Radio button",scSubtotalSortDescendingRadioButt… in testDefaultUI() 242 …assertFalse("Wrong default value of IncludeFormat checkbox",scSubtotalsIncludeFormatsCheckBox.isCh… in testDefaultUI() 243 …assertFalse("Wrong default value of CustomSortOrder checkbox",scSubtotalsCustomSortOrderCheckBox.i… in testDefaultUI() 244 … assertFalse("Wrong default value of CustomSort listbox",scSubtotalsCustomSortListBox.isEnabled()); in testDefaultUI()
|
| /trunk/test/testgui/source/fvt/gui/sw/table/ |
| H A D | TableGeneral.java | 84 assertFalse(tableToolbar.exists()); in testTableSize() 227 assertFalse("SWTableSTC_SYNC", swTableSTCSYNC.isChecked()); in testTableBorderLineStyle() 335 assertFalse(tableToolbar.exists()); in testTableInsertRow() 356 assertFalse(tableToolbar.exists()); in testTableRowDelete() 438 assertFalse(tableToolbar.exists()); in testTableColumnInsert() 461 assertFalse(tableToolbar.exists()); in testTableColumnDelete() 499 assertFalse(tableToolbar.exists()); in testTableCellSplit()
|
| /trunk/main/toolkit/qa/complex/toolkit/awtgrid/ |
| H A D | GridDataListener.java | 70 assertFalse( m_disposed ); in assertSingleRowInsertionEvent() 80 assertFalse( m_disposed ); in assertSingleRowRemovalEvent() 90 assertFalse( m_disposed ); in assertSingleDataChangeEvent() 100 assertFalse( m_disposed ); in assertSingleRowHeadingChangeEvent()
|
| /trunk/main/stoc/test/tdmanager/ |
| H A D | testtdmanager.cxx | 104 void assertFalse(bool argument) { in assertFalse() function 175 assertFalse(supposedToBeCompatible); in run() 262 assertFalse( in run() 269 assertFalse( in run() 278 assertFalse( in run()
|
| /trunk/main/toolkit/qa/complex/toolkit/ |
| H A D | GridControl.java | 136 …assertFalse( "data model should not be shared after cloning", UnoRuntime.areSame( originalDataMode… in testGridControlCloning() 142 …assertFalse( "column model should not be shared after cloning", UnoRuntime.areSame( originalColumn… in testGridControlCloning() 189 …assertFalse( "new data model is already disposed - this is unexpected", newDataModelListener.isDis… in testDisposal() 190 …assertFalse( "new column model is already disposed - this is unexpected", newColumnModelListener.i… in testDisposal() 715 assertFalse( m_insertionEvents.isEmpty() ); in assertExclusiveInsertionEvents() 724 assertFalse( m_removalEvents.isEmpty() ); in assertExclusiveRemovalEvents()
|
| /trunk/main/sw/qa/complex/writer/ |
| H A D | CheckFlies.java | 89 assertFalse( in checkEmbeddedFrames() 132 assertFalse( in checkGraphicFrames() 176 assertFalse( in checkTextFrames()
|
| H A D | CheckNamedPropertyValues.java | 62 assertFalse("Initial container is not empty.", xCont.hasElements()); in checkNamedPropertyValues() 73 assertFalse("Could not remove PropertyValue.", xCont.hasElements()); in checkNamedPropertyValues()
|
| H A D | TextPortionEnumerationTest.java | 3190 assertFalse("hasNext(): more elements?", xEnum.hasMoreElements()); in testMetaXText() 3240 assertFalse("goLeft(): succeeded", bSuccess); in testMetaXTextCursor() 3244 assertFalse("goRight(): succeeded", bSuccess); in testMetaXTextCursor() 3266 assertFalse("gotoNextWord(): succeeded", bSuccess); in testMetaXTextCursor() 3276 assertFalse("gotoPreviousWord(): succeeded", bSuccess); in testMetaXTextCursor() 3294 assertFalse("gotoEndOfWord(): succeeded", bSuccess); in testMetaXTextCursor() 3296 assertFalse("gotoStartOfWord(): succeeded", bSuccess); in testMetaXTextCursor() 3312 assertFalse("gotoNextSentence(): succeeded", bSuccess); in testMetaXTextCursor() 3325 assertFalse("gotoPreviousSentence(): succeeded", bSuccess); in testMetaXTextCursor() 3343 assertFalse("gotoEndOfSentence(): succeeded", bSuccess); in testMetaXTextCursor() [all …]
|
| /trunk/test/testuno/source/fvt/uno/sc/chart/ |
| H A D | ChartTitle.java | 25 import static org.junit.Assert.assertFalse; 233 assertFalse("Chart subtitle should not be saved in ." + fileType + " file.", result); in testCreateSubTitle() 296 assertFalse("Chart subtitle should not be saved in ." + fileType + " file.", result[1]); in testInputTitles()
|
| H A D | ChartMeanValueLine.java | 24 import static org.junit.Assert.assertFalse; 172 assertFalse("Incorrect chart trendline got in ." + fileType + " file.", result); in testCreateTrendline()
|
| H A D | ChartLegend.java | 25 import static org.junit.Assert.assertFalse; 169 assertFalse("Chart legend has not been disabled in " + fileType + " file.", result); in testDisableLegend()
|
| /trunk/test/testgui/source/pvt/gui/ |
| H A D | Benchmark.java | 104 assertFalse("User profile exists", aoo.getUserInstallation().exists()); in coolStartup() 183 assertFalse("Slideshow control exists", slideShow.exists()); in slideShow() 184 assertFalse("Slideshow is not started", GraphicsUtil.isFilledWith(0xFF00FF00, rect)); in slideShow()
|
| /trunk/test/testgui/source/fvt/gui/sc/sort/ |
| H A D | SortDialogSetting.java | 845 … assertFalse("Case sensitive should not be checked", sortOptionsPageCaseSensitive.isChecked()); in testSortOptionsMultipleSortSortParameterSaved() 846 … assertFalse("Include formats should not be checked", sortOptionsPageIncludeFormats.isChecked()); in testSortOptionsMultipleSortSortParameterSaved() 860 … assertFalse("Case sensitive should not be checked", sortOptionsPageCaseSensitive.isChecked()); in testSortOptionsMultipleSortSortParameterSaved() 861 … assertFalse("Include formats should not be checked", sortOptionsPageIncludeFormats.isChecked()); in testSortOptionsMultipleSortSortParameterSaved()
|
| /trunk/test/testuno/source/fvt/uno/sw/frame/ |
| H A D | CheckFrames.java | 26 import static org.junit.Assert.assertFalse; 59 assertFalse("Has nonexisting text frame.", xTextFrames.hasByName("Nonexisting text frame")); in testLoadTextFrame()
|
| /trunk/test/testuno/source/fvt/uno/sc/cell/ |
| H A D | CellEffectOverline.java | 26 import static org.junit.Assert.assertFalse; 213 …assertFalse("Incorrect cell overline has color setting(" + inputType[1] + ") value got in ." + fil… in testCharOverline()
|
| H A D | CellEffectUnderline.java | 26 import static org.junit.Assert.assertFalse; 208 …assertFalse("Incorrect cell underline has color setting(" + inputType[1] + ") value got in ." + fi… in testCharUnderline()
|
| /trunk/test/testuno/source/fvt/uno/sc/rowcolumn/ |
| H A D | ResizeHideShowRowColumn.java | 152 assertFalse("Verify column A1 is invisible", (Boolean) PropSet.getPropertyValue("IsVisible")); in testResizeColumn() 245 assertFalse("Verify column is invisible.", (Boolean) PropSet.getPropertyValue("IsVisible")); in testResizeRow()
|
| H A D | CreateShowHideEditDeleteComments.java | 204 assertFalse("Verify annotation is invisible in cell B2.",xAnnotation.getIsVisible()); in testShowHideComments()
|
| /trunk/test/testgui/source/fvt/gui/sc/chart/ |
| H A D | ChartDialogSetting.java | 70 assertFalse("Chart wizard not exist", chartWizard.exists()); in testChartDialogCancelBack()
|