Home
last modified time | relevance | path

Searched refs:assertEquals (Results 126 – 150 of 180) sorted by relevance

12345678

/trunk/main/sw/qa/complex/writer/
H A DCheckFlies.java96 assertEquals( in checkEmbeddedFrames()
139 assertEquals( in checkGraphicFrames()
183 assertEquals( in checkTextFrames()
H A DCheckCrossReferences.java116 assertEquals( "set reference field format doesn't result in correct field result", in checkField()
252 assertEquals( "inserted reference field doesn't has correct field result", in checkCrossReferences()
257 assertEquals( "inserted reference field doesn't has correct field result", in checkCrossReferences()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DSingleSelectQueryComposer.java322assertEquals("DNF: wrong number of rows", _expectedDNF.length, disjunctiveNormalForm.length); in impl_testDisjunctiveNormalForm()
325assertEquals("DNF: wrong number of columns in row " + i, _expectedDNF[i].length, disjunctiveNormal… in impl_testDisjunctiveNormalForm()
328 assertEquals("DNF: wrong content in column " + j + ", row " + i, in impl_testDisjunctiveNormalForm()
H A DDataSource.java76assertEquals("pre-registered database has a wrong name!", dataSourceName, bibliography.getName()); in testRegistrationName()
85assertEquals("registration name of a newly registered data source is wrong", dataSourceName, m_dat… in testRegistrationName()
/trunk/test/testgui/source/fvt/gui/sd/table/
H A DTableBorderProperty.java78assertEquals("Area_Border_LineStyle is not the first item", areaBorderLineStyle.getSelText(), area… in testTableBorderPropertyDialog()
81assertEquals("Area_Border_LineColor is not the first item", areaBorderLineColor.getSelText(), area… in testTableBorderPropertyDialog()
/trunk/test/testuno/source/fvt/uno/sc/formula/
H A DAddtionOperatorInFormula.java25 import static org.junit.Assert.assertEquals;
121 assertEquals("Unexpected calculate result.", expected, cellvalue, 0); in testAddtion()
/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DCheckFrames.java25 import static org.junit.Assert.assertEquals;
62 assertEquals("Text frame count", expectedNames.length, xTextFramesIdx.getCount()); in testLoadTextFrame()
H A DFrameDescription.java82 assertEquals("Test Frame title","Frame", xTextFrameProps_odt.getPropertyValue("Title")); in testFrameDescription()
83assertEquals("Test Frame description","Test Frame", xTextFrameProps_odt.getPropertyValue("Descript… in testFrameDescription()
H A DFrameBackColor.java77assertEquals("verify Frame background color",0x0000FF00,xFrameProps_assert_odt.getPropertyValue("B… in testFrameBackColor()
86assertEquals("verify frame background color",0x0000FF00,xFrameProps_assert_doc.getPropertyValue("B… in testFrameBackColor()
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCellMerge.java100 assertEquals("Verify if the cell range A1:B1 is completely merged",true, xMerge.getIsMerged()); in testCellMerge()
106 assertEquals("Verify if the cell range A1:B1 is no longer merged",false, xMerge.getIsMerged()); in testCellMerge()
H A DCreateShowHideEditDeleteComments.java136 assertEquals("Verify total number of annotations after execute insert annotations." in testCreateEditDeleteComments()
143 assertEquals("Verify number of annotations after execute delete annotations." in testCreateEditDeleteComments()
/trunk/test/testgui/source/fvt/gui/formula/catalog/
H A DSymbolsFromCatalog.java129 assertEquals("Font of symbol is not modified successfully", in testModifySymbolFontFromCatalog()
155 assertEquals("Typeface of symbol is not modified successfully", in testModifySymbolTypefaceFromCatalog()
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphBackColor.java97assertEquals("assert first paragraph line spacing is fix",0x0000FF00,xCursorProps_Assert_odt.getPr… in testParagraphBackColorSetting()
103assertEquals("assert first paragraph line spacing is fix",0x0000FF00,xCursorProps_Assert_doc.getPr… in testParagraphBackColorSetting()
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterBackColor.java90assertEquals("assert character color",0x0000FF00,xCursorProps_assert_odt.getPropertyValue("CharBac… in testCharacterBackColorSetting()
96assertEquals("assert character color",0x0000FF00,xCursorProps_assert_doc.getPropertyValue("CharBac… in testCharacterBackColorSetting()
H A DCharacterBlink.java98assertEquals("assert character shadow",true,xCursorProps_assert_odt.getPropertyValue("CharFlash")); in testCharacterBlinkSetting()
104assertEquals("assert character shadow",true,xCursorProps_assert_doc.getPropertyValue("CharFlash")); in testCharacterBlinkSetting()
H A DCharacterColor.java98assertEquals("assert character color",0x0000FF00,xCursorProps_assert_odt.getPropertyValue("CharCol… in testCharacterColorSetting()
104assertEquals("assert character color",0x0000FF00,xCursorProps_assert_doc.getPropertyValue("CharCol… in testCharacterColorSetting()
H A DCharacterHidden.java98assertEquals("assert character shadow",true,xCursorProps_assert_odt.getPropertyValue("CharHidden")… in testCharacterHiddenSetting()
104assertEquals("assert character shadow",true,xCursorProps_assert_doc.getPropertyValue("CharHidden")… in testCharacterHiddenSetting()
H A DCharacterOutline.java98assertEquals("assert character shadow",true,xCursorProps_assert_odt.getPropertyValue("CharContoure… in testCharacterOutlineSetting()
104assertEquals("assert character shadow",true,xCursorProps_assert_doc.getPropertyValue("CharContoure… in testCharacterOutlineSetting()
H A DCharacterShadow.java98assertEquals("assert character shadow",true,xCursorProps_assert_odt.getPropertyValue("CharShadowed… in testCharacterShadowSetting()
104assertEquals("assert character shadow",true,xCursorProps_assert_doc.getPropertyValue("CharShadowed… in testCharacterShadowSetting()
H A DCharacterSize.java90assertEquals("assert character size",(float)20.0,xCursorProps_assert_odt.getPropertyValue("CharHei… in testCharacterSizeSetting()
96assertEquals("assert character size",(float)20.0,xCursorProps_assert_doc.getPropertyValue("CharHei… in testCharacterSizeSetting()
/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DWriterDocumentTest.java69 assertEquals( "document should be empty", "", docText.getString() ); in verifyInitialDocumentState()
76 assertEquals( "blind text not found", s_blindText, docText.getString() ); in verifySingleModificationDocumentState()
/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartType.java24 import static org.junit.Assert.assertEquals;
176 assertEquals("Incorrect chart type string got in ." + fileType + " file.", expected, result); in testCreateChart()
H A DChartDataLabel.java24 import static org.junit.Assert.assertEquals;
176assertEquals("Incorrect chart data label types got in ." + fileType + " file.", labelType, result,… in testCreateDataLabel()
H A DChartTrendline.java24 import static org.junit.Assert.assertEquals;
171 assertEquals("Incorrect chart trendline got in ." + fileType + " file.", expected, result); in testCreateTrendline()
/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DGraphicBulletFromFile.java160 assertEquals("NumberingType should be BITMAP", in testGraphicBulletFromFile()
163 assertEquals("Graphic should be the one with uniqueID"+uniqueID, in testGraphicBulletFromFile()

Completed in 111 milliseconds

12345678