Home
last modified time | relevance | path

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

12

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java413assertFalse( "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()
506assertFalse( "|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 DDOMTest.java338 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 Dtestregistrytdprovider.cxx106 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 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 …]
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DStandardFilterOption.java113assertFalse("Verify row is invisible.", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterForString()
131assertFalse("Verify row is invisible.", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterForString()
172assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCaseSensitive()
186assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCaseSensitive()
204assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCaseSensitive()
243assertFalse("Expect result should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionContainsHeader()
257assertFalse("Expect result should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionContainsHeader()
275assertFalse("Expect result should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionContainsHeader()
416assertFalse("Verify row is invisible.", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionSkipDuplicates()
432assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionSkipDuplicates()
[all …]
H A DAdvanceFilter.java110assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterForString()
128assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterForString()
/trunk/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()
244assertFalse("Wrong default value of CustomSort listbox",scSubtotalsCustomSortListBox.isEnabled()); in testDefaultUI()
/trunk/test/testgui/source/fvt/gui/sw/table/
H A DTableGeneral.java84 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 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()
/trunk/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx104 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 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()
/trunk/main/sw/qa/complex/writer/
H A DCheckFlies.java89 assertFalse( in checkEmbeddedFrames()
132 assertFalse( in checkGraphicFrames()
176 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.java3190 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 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()
/trunk/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()
/trunk/test/testgui/source/fvt/gui/sc/sort/
H A DSortDialogSetting.java845assertFalse("Case sensitive should not be checked", sortOptionsPageCaseSensitive.isChecked()); in testSortOptionsMultipleSortSortParameterSaved()
846assertFalse("Include formats should not be checked", sortOptionsPageIncludeFormats.isChecked()); in testSortOptionsMultipleSortSortParameterSaved()
860assertFalse("Case sensitive should not be checked", sortOptionsPageCaseSensitive.isChecked()); in testSortOptionsMultipleSortSortParameterSaved()
861assertFalse("Include formats should not be checked", sortOptionsPageIncludeFormats.isChecked()); in testSortOptionsMultipleSortSortParameterSaved()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/test/testgui/source/fvt/gui/sc/chart/
H A DChartDialogSetting.java70 assertFalse("Chart wizard not exist", chartWizard.exists()); in testChartDialogCancelBack()

12