Home
last modified time | relevance | path

Searched refs:assertFalse (Results 1 – 25 of 27) sorted by relevance

12

/aoo42x/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java846 assertFalse( i_undoManager.isUndoPossible() ); in impl_testContextHandling()
847 assertFalse( i_undoManager.isRedoPossible() ); in impl_testContextHandling()
1022 assertFalse( i_undoManager.isUndoPossible() ); in impl_testStackHandling()
1023 assertFalse( i_undoManager.isRedoPossible() ); in impl_testStackHandling()
1027 assertFalse( i_undoManager.isRedoPossible() ); in impl_testStackHandling()
1030 assertFalse( i_undoManager.isRedoPossible() ); in impl_testStackHandling()
1035 assertFalse( i_undoManager.isUndoPossible() ); in impl_testStackHandling()
1058 assertFalse( i_undoManager.isUndoPossible() ); in impl_testClearance()
1076 assertFalse( i_undoManager.isRedoPossible() ); in impl_testClearance()
1087 assertFalse( i_undoManager.isUndoPossible() ); in impl_testClearance()
[all …]
/aoo42x/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java396 assertFalse("XDocument.cloneNode(false)", in testXDocument()
459 assertFalse("XDocument.isSupported()", in testXDocument()
837 assertFalse("XElement.hasAttributeNS", in testXElement()
971 assertFalse("XElement.cloneNode(false)", in testXElement()
1049 assertFalse("XElement.isSupported()", in testXElement()
1266 assertFalse("XAttr.isSupported()", in testXAttr()
1448 assertFalse("XText.cloneNode(false)", in testXText()
1493 assertFalse("XText.isSupported()", in testXText()
1683 assertFalse("XCDATASection.isSupported()", in testXCDataSection()
1815 assertFalse("XComment.cloneNode(true)", in testXComment()
[all …]
/aoo42x/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx108 void assertFalse(bool argument) { in assertFalse() function
679 assertFalse(published->isPublished()); in run()
699 assertFalse(published->isPublished()); in run()
718 assertFalse(published.is()); in run()
728 assertFalse(published->isPublished()); in run()
748 assertFalse(published->isPublished()); in run()
768 assertFalse(published->isPublished()); in run()
788 assertFalse(published->isPublished()); in run()
812 assertFalse(published->isPublished()); in run()
820 assertFalse(published.is()); in run()
[all …]
/aoo42x/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java308 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 …]
/aoo42x/test/testuno/source/fvt/uno/sc/data/
H A DStandardFilterOption.java113 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()
416 assertFalse("Verify row is invisible.", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionSkipDuplicates()
432 assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionSkipDuplicates()
450 assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionSkipDuplicates()
491 assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionUseRegularExpressions()
[all …]
H A DAdvanceFilter.java110 assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterForString()
128 assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterForString()
/aoo42x/test/testgui/source/fvt/gui/sc/subtotals/
H A DSubtotalsFunctions.java237assertFalse("Wrong default value of InsertPageBreak checkbox",scSubtotalsInsertPageBreakCheckBox.i… in testDefaultUI()
238assertFalse("Wrong default value of CaseSensitive checkbox",scSubtotalsCaseSensitiveCheckBox.isChe… in testDefaultUI()
241assertFalse("Wrong default value of SortDescending Radio button",scSubtotalSortDescendingRadioButt… in testDefaultUI()
242assertFalse("Wrong default value of IncludeFormat checkbox",scSubtotalsIncludeFormatsCheckBox.isCh… in testDefaultUI()
243assertFalse("Wrong default value of CustomSortOrder checkbox",scSubtotalsCustomSortOrderCheckBox.i… in testDefaultUI()
244 assertFalse("Wrong default value of CustomSort listbox",scSubtotalsCustomSortListBox.isEnabled()); in testDefaultUI()
/aoo42x/test/testgui/source/fvt/gui/sw/table/
H A DTableGeneral.java84 assertFalse(tableToolbar.exists()); in testTableSize()
226 assertFalse("SWTableSTC_SYNC", swTableSTCSYNC.isChecked()); in testTableBorderLineStyle()
334 assertFalse(tableToolbar.exists()); in testTableInsertRow()
355 assertFalse(tableToolbar.exists()); in testTableRowDelete()
437 assertFalse(tableToolbar.exists()); in testTableColumnInsert()
460 assertFalse(tableToolbar.exists()); in testTableColumnDelete()
498 assertFalse(tableToolbar.exists()); in testTableCellSplit()
/aoo42x/main/toolkit/qa/complex/toolkit/awtgrid/
H A DGridDataListener.java70 assertFalse( m_disposed ); in assertSingleRowInsertionEvent()
80 assertFalse( m_disposed ); in assertSingleRowRemovalEvent()
90 assertFalse( m_disposed ); in assertSingleDataChangeEvent()
100 assertFalse( m_disposed ); in assertSingleRowHeadingChangeEvent()
/aoo42x/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx106 void assertFalse(bool argument) { in assertFalse() function
178 assertFalse(supposedToBeCompatible); in run()
265 assertFalse( in run()
272 assertFalse( in run()
281 assertFalse( in run()
/aoo42x/main/toolkit/qa/complex/toolkit/
H A DGridControl.java136assertFalse( "data model should not be shared after cloning", UnoRuntime.areSame( originalDataMode… in testGridControlCloning()
142assertFalse( "column model should not be shared after cloning", UnoRuntime.areSame( originalColumn… in testGridControlCloning()
189assertFalse( "new data model is already disposed - this is unexpected", newDataModelListener.isDis… in testDisposal()
190assertFalse( "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()
/aoo42x/main/sw/qa/complex/writer/
H A DCheckFlies.java90 assertFalse( in checkEmbeddedFrames()
133 assertFalse( in checkGraphicFrames()
177 assertFalse( in checkTextFrames()
H A DCheckNamedPropertyValues.java62 assertFalse("Initial container is not empty.", xCont.hasElements()); in checkNamedPropertyValues()
73 assertFalse("Could not remove PropertyValue.", xCont.hasElements()); in checkNamedPropertyValues()
H A DTextPortionEnumerationTest.java3240 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()
3343 assertFalse("gotoEndOfSentence(): succeeded", bSuccess); in testMetaXTextCursor()
3345 assertFalse("gotoStartOfSentence(): succeeded", bSuccess); in testMetaXTextCursor()
3352 assertFalse("gotoNextParagraph(): succeeded", bSuccess); in testMetaXTextCursor()
[all …]
/aoo42x/test/testgui/source/pvt/gui/
H A DBenchmark.java104 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()
/aoo42x/test/testuno/source/fvt/uno/sc/chart/
H A DChartTitle.java25 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 DChartMeanValueLine.java24 import static org.junit.Assert.assertFalse;
172 assertFalse("Incorrect chart trendline got in ." + fileType + " file.", result); in testCreateTrendline()
H A DChartLegend.java25 import static org.junit.Assert.assertFalse;
169 assertFalse("Chart legend has not been disabled in " + fileType + " file.", result); in testDisableLegend()
/aoo42x/test/testgui/source/fvt/gui/sc/sort/
H A DSortDialogSetting.java845 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()
/aoo42x/test/testuno/source/fvt/uno/sw/frame/
H A DCheckFrames.java26 import static org.junit.Assert.assertFalse;
59 assertFalse("Has nonexisting text frame.", xTextFrames.hasByName("Nonexisting text frame")); in testLoadTextFrame()
/aoo42x/test/testuno/source/fvt/uno/sc/cell/
H A DCellEffectOverline.java26 import static org.junit.Assert.assertFalse;
213assertFalse("Incorrect cell overline has color setting(" + inputType[1] + ") value got in ." + fil… in testCharOverline()
H A DCellEffectUnderline.java26 import static org.junit.Assert.assertFalse;
208assertFalse("Incorrect cell underline has color setting(" + inputType[1] + ") value got in ." + fi… in testCharUnderline()
/aoo42x/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DResizeHideShowRowColumn.java152 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 DCreateShowHideEditDeleteComments.java204 assertFalse("Verify annotation is invisible in cell B2.",xAnnotation.getIsVisible()); in testShowHideComments()
/aoo42x/test/testgui/source/fvt/gui/sc/chart/
H A DChartDialogSetting.java70 assertFalse("Chart wizard not exist", chartWizard.exists()); in testChartDialogCancelBack()

Completed in 345 milliseconds

12