Home
last modified time | relevance | path

Searched refs:assertEquals (Results 51 – 75 of 180) sorted by relevance

12345678

/trunk/main/dbaccess/qa/complex/dbaccess/
H A DDatabaseDocument.java232assertEquals("interaction handleer called in wrong state", STATE_LOADING_DOC, m_loadDocState); in handle()
370 assertEquals("location is expected to be empty here", "", location); in impl_createEmptyEmbeddedHSQLDocument()
371 assertEquals("URL is expected to be empty here", "", url); in impl_createEmptyEmbeddedHSQLDocument()
372 assertEquals("Args are expected to be empty here", 0, args.length); in impl_createEmptyEmbeddedHSQLDocument()
384 assertEquals("wrong URL after storing the document", documentURL, databaseDoc.getURL()); in impl_createEmptyEmbeddedHSQLDocument()
417 assertEquals("wrong URL after loading the document", documentURL, databaseDoc.getURL()); in testLoadable()
432 assertEquals("wrong URL after initializing the document", "", databaseDoc.getURL()); in testLoadable()
689assertEquals("store is not expected to change the document URL", databaseDoc.getURL(), oldURL); in testGlobalEvents()
721 assertEquals("setModified didn't work", modifyDoc.isModified(), true); in testGlobalEvents()
884 assertEquals("wrong event count for '" + _context + "'", in impl_stopObservingEvents()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DFrameBorderSpacingtoContent.java78assertEquals("assert table border spacing to content",499,xCursorProps_assert_odt.getPropertyValue… in testFrameBorderSpacingtoContent()
79assertEquals("assert table border spacing to content",499,xCursorProps_assert_odt.getPropertyValue… in testFrameBorderSpacingtoContent()
80assertEquals("assert table border spacing to content",499,xCursorProps_assert_odt.getPropertyValue… in testFrameBorderSpacingtoContent()
81assertEquals("assert table border spacing to content",499,xCursorProps_assert_odt.getPropertyValue… in testFrameBorderSpacingtoContent()
90assertEquals("assert table border spacing to content",499,xCursorProps_assert_doc.getPropertyValue… in testFrameBorderSpacingtoContent()
91assertEquals("assert table border spacing to content",499,xCursorProps_assert_doc.getPropertyValue… in testFrameBorderSpacingtoContent()
92assertEquals("assert table border spacing to content",499,xCursorProps_assert_doc.getPropertyValue… in testFrameBorderSpacingtoContent()
93assertEquals("assert table border spacing to content",499,xCursorProps_assert_doc.getPropertyValue… in testFrameBorderSpacingtoContent()
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DDeleteContents.java120assertEquals("Verify after execute delete 'Text' contents.",NullCellValue, cellB5.getValue(),0); in testDeleteContents()
129assertEquals("Verify after execute delete 'Date & Time' contents.",NullCellValue, cellB7.getValue(… in testDeleteContents()
138assertEquals("Verify after execute delete 'Formula' contents.",NullCellValue, cellB8.getValue(),0); in testDeleteContents()
149 assertEquals("Verify total number of annotations after execute delete annotations." in testDeleteContents()
161assertEquals("Verify after execute delete 'Number' contents in B6.",NullCellValue, cellB6.getValue… in testDeleteContents()
162assertEquals("Verify after execute delete 'Number' contents in B10.",NullCellValue, cellB10.getVal… in testDeleteContents()
172 assertEquals("Verify number of shape in sheet.",1, xShapes.getCount()); in testDeleteContents()
180assertEquals("Verify shape is deleted in sheet after execute delete 'Objects' contents in cell ran… in testDeleteContents()
/trunk/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java107 assertEquals("PDF is exported?", "%PDF", magic); in testExportAsPDF()
113 assertEquals("PDF is exported directly?", "%PDF", magic); in testExportAsPDF()
181 assertEquals("A3 should be =1+3", "4", SCTool.getCellText("A3")); in testRunMacro()
320 assertEquals("OpenOffice", app.getClipboard()); in testFind()
324 assertEquals("OpenOfficeOpenOfficeOpenOffice", app.getClipboard()); in testFind()
331 assertEquals( in testFind()
361 assertEquals("wrong cell found for values search", "A2", scInputBarPosition.getText()); in testFindFormulasAndValues()
435 assertEquals(1, sortPageBy1.getSelIndex()); in testSort()
660 assertEquals("The calculated result", expectedResult, SCTool.getCellText("C1")); in testSumInFormulaBar()
689 assertEquals("The calculated result", expectedResult, result); in testInsertFunctionViaFormulaBar()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphSpacingtoBorder.java123assertEquals("assert paragraph left border spacing",499,xCursorProps_Assert_odt.getPropertyValue("… in testParagraphSpacingtoBorderSetting()
124assertEquals("assert paragraph right border spacing",499,xCursorProps_Assert_odt.getPropertyValue(… in testParagraphSpacingtoBorderSetting()
125assertEquals("assert paragraph top border spacing",499,xCursorProps_Assert_odt.getPropertyValue("T… in testParagraphSpacingtoBorderSetting()
126assertEquals("assert paragraph bottom border spacing",499,xCursorProps_Assert_odt.getPropertyValue… in testParagraphSpacingtoBorderSetting()
132assertEquals("assert paragraph left border spacing",494,xCursorProps_Assert_doc.getPropertyValue("… in testParagraphSpacingtoBorderSetting()
133assertEquals("assert paragraph right border spacing",494,xCursorProps_Assert_doc.getPropertyValue(… in testParagraphSpacingtoBorderSetting()
134assertEquals("assert paragraph top border spacing",494,xCursorProps_Assert_doc.getPropertyValue("T… in testParagraphSpacingtoBorderSetting()
135assertEquals("assert paragraph bottom border spacing",494,xCursorProps_Assert_doc.getPropertyValue… in testParagraphSpacingtoBorderSetting()
H A DParagraphNumberingAndBullet_Number_BeforeAndAfterCharacter.java116 assertEquals("assert numbering and bullet","Prefix",propsRule_assert_odt[2].Name); in testNumberingBulletBeforeAndAfterCharacter()
117 assertEquals("assert numbering and bullet","#$%&",propsRule_assert_odt[2].Value); in testNumberingBulletBeforeAndAfterCharacter()
118 assertEquals("assert numbering and bullet","Suffix",propsRule_assert_odt[3].Name); in testNumberingBulletBeforeAndAfterCharacter()
119 assertEquals("assert numbering and bullet","abcd",propsRule_assert_odt[3].Value); in testNumberingBulletBeforeAndAfterCharacter()
127 assertEquals("assert numbering and bullet","Prefix",propsRule_assert_doc[2].Name); in testNumberingBulletBeforeAndAfterCharacter()
128 assertEquals("assert numbering and bullet","#$%&",propsRule_assert_doc[2].Value); in testNumberingBulletBeforeAndAfterCharacter()
129 assertEquals("assert numbering and bullet","Suffix",propsRule_assert_doc[3].Name); in testNumberingBulletBeforeAndAfterCharacter()
130 assertEquals("assert numbering and bullet","abcd",propsRule_assert_doc[3].Value); in testNumberingBulletBeforeAndAfterCharacter()
H A DParagraphNumberingAndBullet_Number_StartWith.java117 assertEquals("assert numbering and bullet","StartWith",propsRule_assert_odt[5].Name); in testNumberingBulletStartWith()
118 assertEquals("assert numbering and bullet",(short)5,propsRule_assert_odt[5].Value); in testNumberingBulletStartWith()
119 assertEquals("assert numbering and bullet","NumberingType",propsRule_assert_odt[11].Name); in testNumberingBulletStartWith()
120 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_odt[11].Value); in testNumberingBulletStartWith()
128 assertEquals("assert numbering and bullet","StartWith",propsRule_assert_doc[5].Name); in testNumberingBulletStartWith()
129 assertEquals("assert numbering and bullet",(short)5,propsRule_assert_doc[5].Value); in testNumberingBulletStartWith()
130 assertEquals("assert numbering and bullet","NumberingType",propsRule_assert_doc[11].Name); in testNumberingBulletStartWith()
131 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_doc[11].Value); in testNumberingBulletStartWith()
H A DParagraphNumberingAndBullet_Graphic.java119 assertEquals("assert numbering and bullet","NumberingType",propsRule_assert_odt[11].Name); in testNumberingBullet_Graphic()
120 assertEquals("assert numbering and bullet",NumberingType.BITMAP,propsRule_assert_odt[11].Value); in testNumberingBullet_Graphic()
121 assertEquals("assert numbering and bullet","GraphicURL",propsRule_assert_odt[12].Name); in testNumberingBullet_Graphic()
122assertEquals("assert numbering and bullet",FileUtil.getUrl(Testspace.prepareData("uno/coffee_1.gif… in testNumberingBullet_Graphic()
130 assertEquals("assert numbering and bullet","NumberingType",propsRule_assert_doc[11].Name); in testNumberingBullet_Graphic()
131assertEquals("assert numbering and bullet",NumberingType.CHAR_SPECIAL,propsRule_assert_doc[11].Val… in testNumberingBullet_Graphic()
132 assertEquals("assert numbering and bullet","GraphicURL",propsRule_assert_doc[12].Name); in testNumberingBullet_Graphic()
133assertEquals("assert numbering and bullet",FileUtil.getUrl(Testspace.prepareData("uno/coffee_1.gif… in testNumberingBullet_Graphic()
H A DParagraphTexttoTextAlignment.java96assertEquals("assert paragraph text to text alignment",ParagraphVertAlign.BASELINE,xCursorProps_As… in testTexttoTextAlignment_Baseline()
102assertEquals("assert paragraph text to text alignment",ParagraphVertAlign.BASELINE,xCursorProps_As… in testTexttoTextAlignment_Baseline()
141assertEquals("assert paragraph text to text alignment",ParagraphVertAlign.BOTTOM,xCursorProps_Asse… in testTexttoTextAlignment_Bottom()
147assertEquals("assert paragraph text to text alignment",ParagraphVertAlign.BOTTOM,xCursorProps_Asse… in testTexttoTextAlignment_Bottom()
186assertEquals("assert paragraph text to text alignment",ParagraphVertAlign.CENTER,xCursorProps_Asse… in testTexttoTextAlignment_Center()
192assertEquals("assert paragraph text to text alignment",ParagraphVertAlign.CENTER,xCursorProps_Asse… in testTexttoTextAlignment_Center()
231assertEquals("assert paragraph text to text alignment",ParagraphVertAlign.TOP,xCursorProps_Assert_… in testTexttoTextAlignment_Top()
237assertEquals("assert paragraph text to text alignment",ParagraphVertAlign.TOP,xCursorProps_Assert_… in testTexttoTextAlignment_Top()
276assertEquals("assert paragraph text to text alignment",ParagraphVertAlign.AUTOMATIC,xCursorProps_A… in testTexttoTextAlignment_Automatic()
282assertEquals("assert paragraph text to text alignment",ParagraphVertAlign.AUTOMATIC,xCursorProps_A… in testTexttoTextAlignment_Automatic()
/trunk/test/testgui/source/fvt/gui/sd/table/
H A DTableFontEffectsProperty.java75 assertEquals("EffectsPage_Color isn't black", effectsPageColor.getSelText(), "Black"); in testTableFontEffectPropertyDialog()
79 assertEquals("EffectsPage_Relief isn't no", effectsPageRelief.getSelText(), "(Without)"); in testTableFontEffectPropertyDialog()
87assertEquals("EffectsPage_Overline isn't the first item", effectsPageOverline.getSelText(), effect… in testTableFontEffectPropertyDialog()
89assertEquals("EffectsPage_Overline_Color isn't the first item", effectsPageOverlineColor.getSelTex… in testTableFontEffectPropertyDialog()
93assertEquals("EffectsPage_Strikeout isn't the first item", effectsPageStrikeout.getSelText(), effe… in testTableFontEffectPropertyDialog()
97assertEquals("EffectsPage_Underline isn't the first item", effectsPageUnderline.getSelText(), effe… in testTableFontEffectPropertyDialog()
99assertEquals("EffectsPage_Underline_Color isn't the first item", effectsPageUnderlineColor.getSelT… in testTableFontEffectPropertyDialog()
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DInsertCharacterToTable.java102 assertEquals("assert table cell text","test",getFromCell("A1", xTable_Assert_odt)); in testCreateTable()
103 assertEquals("assert table cell text","*^$%^$^$",getFromCell("B3", xTable_Assert_odt)); in testCreateTable()
104 assertEquals("assert table cell text","123",getFromCell("C4", xTable_Assert_odt)); in testCreateTable()
105 assertEquals("assert table cell text","fsdf132134",getFromCell("D2", xTable_Assert_odt)); in testCreateTable()
113 assertEquals("assert table cell text","test",getFromCell("A1", xTable_Assert_doc)); in testCreateTable()
114 assertEquals("assert table cell text","*^$%^$^$",getFromCell("B3", xTable_Assert_doc)); in testCreateTable()
115 assertEquals("assert table cell text","123",getFromCell("C4", xTable_Assert_doc)); in testCreateTable()
116 assertEquals("assert table cell text","fsdf132134",getFromCell("D2", xTable_Assert_doc)); in testCreateTable()
H A DCharacterChangeCase.java92assertEquals("assert character casemap",com.sun.star.style.CaseMap.LOWERCASE,xCursorProps_assert_o… in testCharacterLowerCaseSetting()
99assertEquals("assert character casemap",com.sun.star.style.CaseMap.NONE,xCursorProps_assert_doc.ge… in testCharacterLowerCaseSetting()
140assertEquals("assert character casemap",com.sun.star.style.CaseMap.UPPERCASE,xCursorProps_assert_o… in testCharacterUpperCaseSetting()
146assertEquals("assert character casemap",com.sun.star.style.CaseMap.UPPERCASE,xCursorProps_assert_d… in testCharacterUpperCaseSetting()
187assertEquals("assert character casemap",com.sun.star.style.CaseMap.SMALLCAPS,xCursorProps_assert_o… in testCharacterSmallCapsSetting()
193assertEquals("assert character casemap",com.sun.star.style.CaseMap.SMALLCAPS,xCursorProps_assert_d… in testCharacterSmallCapsSetting()
234assertEquals("assert character casemap",com.sun.star.style.CaseMap.TITLE,xCursorProps_assert_odt.g… in testCharacterCapitalEveryWordSetting()
240assertEquals("assert character casemap",com.sun.star.style.CaseMap.NONE,xCursorProps_assert_doc.ge… in testCharacterCapitalEveryWordSetting()
281assertEquals("assert character casemap",com.sun.star.style.CaseMap.NONE,xCursorProps_assert_odt.ge… in testCharacterNoCaseSetting()
287assertEquals("assert character casemap",com.sun.star.style.CaseMap.NONE,xCursorProps_assert_doc.ge… in testCharacterNoCaseSetting()
H A DCharacterHyperlink.java95assertEquals("assert character hyperlink URL",FileUtil.getUrl(Testspace.prepareData("uno/Desert.jp… in testCharacterBackHyperlinkSetting()
96assertEquals("assert character hyperlink target name","picture",xCursorProps_assert_odt.getPropert… in testCharacterBackHyperlinkSetting()
97assertEquals("assert character hyperlink name","testCharacterHyperlink",xCursorProps_assert_odt.ge… in testCharacterBackHyperlinkSetting()
103assertEquals("assert character hyperlink URL",FileUtil.getUrl(Testspace.prepareData("uno/Desert.jp… in testCharacterBackHyperlinkSetting()
104assertEquals("assert character hyperlink target name","picture",xCursorProps_assert_doc.getPropert… in testCharacterBackHyperlinkSetting()
105assertEquals("assert character hyperlink name","testCharacterHyperlink",xCursorProps_assert_doc.ge… in testCharacterBackHyperlinkSetting()
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableBorderSpacingtoContent.java119assertEquals("assert table border spacing to content",499,xCursorProps_assert_odt.getPropertyValue… in testtableBorderSpacingtoContent()
120assertEquals("assert table border spacing to content",499,xCursorProps_assert_odt.getPropertyValue… in testtableBorderSpacingtoContent()
121assertEquals("assert table border spacing to content",499,xCursorProps_assert_odt.getPropertyValue… in testtableBorderSpacingtoContent()
122assertEquals("assert table border spacing to content",499,xCursorProps_assert_odt.getPropertyValue… in testtableBorderSpacingtoContent()
138assertEquals("assert table border spacing to content",499,xCursorProps_assert_doc.getPropertyValue… in testtableBorderSpacingtoContent()
139assertEquals("assert table border spacing to content",499,xCursorProps_assert_doc.getPropertyValue… in testtableBorderSpacingtoContent()
140assertEquals("assert table border spacing to content",499,xCursorProps_assert_doc.getPropertyValue… in testtableBorderSpacingtoContent()
141assertEquals("assert table border spacing to content",499,xCursorProps_assert_doc.getPropertyValue… in testtableBorderSpacingtoContent()
/trunk/main/sw/qa/complex/accessibility/
H A DAccessibleRelationSet.java63 assertEquals( in contents_flows_to()
75 assertEquals( in contents_flows_to()
81 assertEquals( in contents_flows_to()
92 assertEquals( in contents_flows_from()
135 assertEquals( in contents_flows_from()
141 assertEquals( in contents_flows_from()
145 assertEquals( in contents_flows_from()
151 assertEquals( in contents_flows_from()
/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DNumberingProperty.java174 assertEquals("Prefix should be "+prefix, prefix, proValues2[i].Value); in testPrefix()
217 assertEquals("Suffix should be "+suffix, suffix, proValues2[i].Value); in testSuffix()
263 assertEquals("StartWith should be "+sStartWith, startWith, proValues2[i].Value); in testStartWith()
311 assertEquals("SymbolTextDistance should be "+Integer.toString(firstLineOffset), in testFirstLineOffset()
356assertEquals("Leftmargin should be "+Integer.toString(leftMargin), leftMargin, proValues2[i].Value… in testLeftMargin()
406 assertEquals("SymbolTextDistance should be "+Integer.toString(symbolTextDistance), in testSymbolTextDistance()
439assertEquals("Ajust should be HoriOrientation.RIGHT", HoriOrientation.RIGHT, AnyConverter.toUnsign… in testAjustRight()
484assertEquals("Ajust should be HoriOrientation.CENTER", HoriOrientation.CENTER, AnyConverter.toUnsi… in testAjustCenter()
515 assertEquals("Ajust should be HoriOrientation.LEFT", in testAjustLeft()
560 assertEquals("BulletColor should be Blue", in testSymbolColor()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java23 import static org.junit.Assert.assertEquals;
99 assertEquals("Not put text correctly", "test", in testInsertTextToTextbox()
136 assertEquals("Not Gradient Fill Style", FillStyle.GRADIENT, in testFillGradient()
139 assertEquals("Not Linear Gradient", GradientStyle.LINEAR, in testFillGradient()
165 assertEquals("Not Color Fill Style", FillStyle.SOLID, in testFillColor()
167 assertEquals("Not Yellow Color Fill", 0xffff00, in testFillColor()
199 assertEquals("Not Gradient Fill Style", FillStyle.HATCH, in testFillHatch()
202 assertEquals("Not Double Hatch", HatchStyle.DOUBLE, aHatch.Style); in testFillHatch()
/trunk/test/testuno/source/fvt/uno/sw/field/
H A DPageNumberField.java22 import static org.junit.Assert.assertEquals;
93 assertEquals("Verify page number created in exist odt sample file.", 3, pageNumber); in testPageNumberFieldODT()
97 assertEquals("Verify page number value still exist after saved.", 3, pageNumber); in testPageNumberFieldODT()
104 assertEquals("Verify page number value still exist after saved as doc format.", 3, pageNumber); in testPageNumberFieldODT()
122 assertEquals("Verify page number created in exist doc sample file.", 2, pageNumber); in testPageNumberFieldDOC()
126 assertEquals("Verify page number value still exist after saved.", 2, pageNumber); in testPageNumberFieldDOC()
133 assertEquals("Verify page number value still exist after saved as doc format.", 2, pageNumber); in testPageNumberFieldDOC()
/trunk/test/testgui/source/fvt/gui/sc/validity/
H A DValidityDateSupport1024Columns.java75 assertEquals("Cell text in ALM1001 is not 02/01/08","02/01/08", SCTool.getCellText("ALM1001")); in testValidityDateSupport1024Columns()
80 assertEquals("Cell text in ALM1002 is not 01/02/08","01/02/08", SCTool.getCellText("ALM1002")); in testValidityDateSupport1024Columns()
85 assertEquals("Have no alert message","Invalid value", activeMsgBox.getMessage()); in testValidityDateSupport1024Columns()
87 assertEquals("Validity have not filter invalid value","", SCTool.getCellText("ALM1003")); in testValidityDateSupport1024Columns()
92 assertEquals("Have no alert message","Invalid value", activeMsgBox.getMessage()); in testValidityDateSupport1024Columns()
94 assertEquals("Validity have not filter invalid value","", SCTool.getCellText("AML1003")); in testValidityDateSupport1024Columns()
/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DCalcDocumentTest.java52 assertEquals( "initializing the cell value didn't work", cellA1.getValue(), INIT_VALUE, 0 ); in initializeDocument()
67 assertEquals( "initial cell value not as expected", INIT_VALUE, cellA1.getValue(), 0 ); in doSingleModification()
69 assertEquals( "modified cell value not as expected", MODIFIED_VALUE, cellA1.getValue(), 0 ); in doSingleModification()
75 assertEquals( "cell A1 doesn't have its initial value", INIT_VALUE, cellA1.getValue(), 0 ); in verifyInitialDocumentState()
82assertEquals( "Cell B" + (i+1) + " not having its initial value (an empty string)", "", cell.getFo… in verifyInitialDocumentState()
89assertEquals( "cell A1 doesn't have the value which we gave it", MODIFIED_VALUE, cellA1.getValue()… in verifySingleModificationDocumentState()
/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckPage.java151 …Assert.assertEquals(preDescription + ":" + this.isLandscapeProperty,this.isLandscape, isLandScape); in compare()
152 …Assert.assertEquals(preDescription + ":" + this.widthProperty,(double)this.width, (double)width, 2… in compare()
153 …Assert.assertEquals(preDescription + ":" + this.heightProperty,(double)this.height, (double)height… in compare()
154 …Assert.assertEquals(preDescription + ":" + this.topMarginProperty,(double)this.topMargin, (double)… in compare()
155 …Assert.assertEquals(preDescription + ":" + this.bottomMarginProperty,(double)this.bottomMargin, (d… in compare()
156 …Assert.assertEquals(preDescription + ":" + this.leftMarginProperty,(double)this.leftMargin, (doubl… in compare()
157 …Assert.assertEquals(preDescription + ":" + this.rightMarginProperty,(double)this.rightMargin, (dou… in compare()
/trunk/test/testgui/source/fvt/gui/formula/importexport/
H A DFormulaInDifferentWays.java101 assertEquals("The inserted formula into math", insertedFormula.concat(" "), app.getClipboard()); in testCreateFormulaFromElementsWindow()
111 assertEquals("The inserted formula into math", insertedFormula.concat(" "), app.getClipboard()); in testCreateFormulaFromElementsWindow()
142 assertEquals("The inserted formula into math", insertedFormula.concat(" "), app.getClipboard()); in testCreateFormulaFromRightClickMenu()
151assertEquals("The inserted formula into math", insertedFormula.concat(" "), app.getClipboard()); … in testCreateFormulaFromRightClickMenu()
178 assertEquals("The inserted formula into math", "+<?> ", app.getClipboard()); in testUndoRedoInMath()
184 assertEquals("The inserted formula into math", "+a ", app.getClipboard()); in testUndoRedoInMath()
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DInsertDeleteRowAndColumn.java95 assertEquals("Verify one new row inserted after Row 2",checkvalue, cell.getValue(),0); in testInsertDeleteRows()
107assertEquals("Verify tow rows deleted the value of row 3",checkvalueA3, cellA3.getValue(),0); in testInsertDeleteRows()
108assertEquals("Verify tow rows deleted the value of row 4",checkvalueA4, cellA4.getValue(),0); in testInsertDeleteRows()
141 assertEquals("Verify if one new column inserted after Column A",checkvalue, cell.getValue(),0); in testInsertDeleteColumns()
153assertEquals("Verify after tow rows deleted, the value of A3",checkvalueA3, cellA3.getValue(),0); in testInsertDeleteColumns()
154assertEquals("Verify after tow rows deleted, the value of A4",checkvalueA4, cellA4.getValue(),0); in testInsertDeleteColumns()
/trunk/test/testuno/source/fvt/uno/sc/object/
H A DDrawingObject.java24 import static org.junit.Assert.assertEquals;
151 assertEquals("Verify number of shape in sheet add execute add action.",1, xShapes.getCount()); in testDrawingObject()
164 assertEquals("Verify number of shape in sheet.",1, xShapes.getCount()); in testDrawingObject()
167 assertEquals("Verify shape type is correct.",inputType, xShape.getShapeType()); in testDrawingObject()
175 assertEquals("Verify results after remove shape.",0, xShapes.getCount()); in testDrawingObject()
193 assertEquals("Verify 0 shape in sheet after executing remove action.", in testDrawingObject()
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartTypes.java23 import static org.junit.Assert.assertEquals;
102 assertEquals("Not Area Chart", "com.sun.star.chart.AreaDiagram", in testInsertAreaChart()
126 assertEquals("Not Area Chart", "com.sun.star.chart.BubbleDiagram", in testInsertBubbleChart()
146 assertEquals("Not Bar Chart", "com.sun.star.chart.BarDiagram", in testInsertBarChart()
180 assertEquals("Not Cone Chart", com.sun.star.chart.ChartSolidType.CONE, in testInsertConeChart()
205 assertEquals("Not Area Chart", "com.sun.star.chart.LineDiagram", in testInsertLineChart()
229 assertEquals("Not Area Chart", "com.sun.star.chart.PieDiagram", in testInsertPieChart()

Completed in 91 milliseconds

12345678