Home
last modified time | relevance | path

Searched refs:assertEquals (Results 151 – 175 of 180) sorted by relevance

12345678

/trunk/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Position.java145assertEquals("Position X of graphic error", m_expectedPosition.X, xGraphicShape2.getPosition().X, … in testPosition()
146assertEquals("Position Y of graphic error", m_expectedPosition.Y, xGraphicShape2.getPosition().Y, … in testPosition()
H A DGraphicPro_Size.java140assertEquals("Height of graphic error", m_ExpectedSize.Height, xGraphicShape2.getSize().Height, 3); in testGraphicSize()
141 assertEquals("Width of graphic error", m_ExpectedSize.Width, xGraphicShape2.getSize().Width, 3); in testGraphicSize()
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableCellProtect.java117assertEquals("assert table cell proptext",true,xCursorProps_assert_odt.getPropertyValue("IsProtect… in testtableBorderSpacingtoContent()
133assertEquals("assert table cell proptext",true,xCursorProps_assert_doc.getPropertyValue("IsProtect… in testtableBorderSpacingtoContent()
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellAlignment.java25 import static org.junit.Assert.assertEquals;
176assertEquals("Incorrect cell alignment(" + inputType + ") value got in ." + fileType + " file.", e… in testCellAlignment()
H A DCellBorder.java25 import static org.junit.Assert.assertEquals;
216assertEquals("Incorrect cell border(" + borderType[j] + ") value got in ." + fileType + " file.", in testCellBorder()
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DStardarFilterTest.java146 assertEquals(rowshow[i], (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilter()
161 assertEquals(rowshow[i], (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilter()
/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DChartDocumentTest.java168assertEquals( 0x00FFFFFF, ((Integer)wallProperties.getPropertyValue( "FillColor" )).intValue() ); in verifyInitialDocumentState()
174assertEquals( 0xCCFF44, ((Integer)wallProperties.getPropertyValue( "FillColor" )).intValue() ); in verifySingleModificationDocumentState()
/trunk/main/forms/qa/integration/forms/
H A DMasterDetailForms.java318assertEquals( "#i105235#: default value in sub form not working (not propagated to column model)",… in checkDetailFormDefaults()
324assertEquals( "#i105235#: default value in sub form not working (not propagated to column)", defau… in checkDetailFormDefaults()
H A DCellBinding.java327assertEquals( "changes in the cell bound to a list box are not propagated to the list box selectio… in checkListBoxBinding()
370assertEquals( "changes in the cell bound to a list box via list index are not propagated to the li… in checkListBoxIndexBinding()
/trunk/main/sc/qa/complex/sc/
H A DCalcRTL.java159 assertEquals("HoriOrientPosition has changed", in checkInfluenceOfSpreadsheetChange()
164 assertEquals("VertOrientPosition has changed", in checkInfluenceOfSpreadsheetChange()
/trunk/main/comphelper/qa/complex/comphelper/
H A DMap.java97assertEquals( _context + ": wrong value for " + impl_getNth(i) + " key (" + _keys[i] + ")", in impl_ceckContent()
127assertEquals( _context + ": wrong 'old value' for removal of " + impl_getNth(i) + " value", in impl_checkMappings()
/trunk/test/testgui/source/fvt/gui/sc/sort/
H A DSortDialogSetting.java128 assertEquals("Undo sorted result", "", SCTool.getCellText("$Sheet3.$A4")); in testSortOptionsCopyResultTo()
152 assertEquals("Undo sorted result", "", SCTool.getCellText("$Sheet2.$A1")); in testSortOptionsCopyResultTo()
/trunk/test/testgui/source/fvt/gui/sc/filter/
H A DFitler.java70 assertEquals("expect 2+ not display correctly",expect, SCTool.getCellText("A1")); in testAutoFilterWithPlusSign()
/trunk/test/testgui/source/fvt/gui/
H A DAOOTest.java105 assertEquals("assert cell A1 contents", "Hello", result); in testHello()
/trunk/main/svl/qa/complex/numberformatter/
H A DNumberFormatterUnitTest.java68 assertEquals(0.1, number, 0.00001); in testDollarDotNumberFormat()
/trunk/test/testuno/source/fvt/mix/
H A DMixedTest.java91 Assert.assertEquals("Text Color", 0x00CC00, xps.getPropertyValue("CharColor")); in testUseBothUNOAndGuiAPI()
/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckBackGraphic.java109 Assert.assertEquals("ODT:" + backGraphicURLProperty, backGraphicURL, graphic); in testFooterHeaderBackground()
H A DCheckBackColor.java121 Assert.assertEquals(preDescription + ":" + backColorProperty,(double)backColor, color, 2); in compare()
H A DCheckPageLayout.java121 …Assert.assertEquals(preDescription + ":" + this.pageStyleLayoutProperty,this.pageStyleLayout.getVa… in compare()
/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DFrameWrapType.java104 assertEquals("assert frame wrap type",FrameWrapType,surrond.getValue()); in testFrameAnchorType()
H A DFrameAnchorType.java95assertEquals("assert shadow anchor type",FrameAnchorType,xTextFrameProps_assert1.getPropertyValue(… in testFrameAnchorType()
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DCache_Test.java118 assertEquals( in testNothingLostFromLruList()
/trunk/main/qadevOOo/qa/complex/junitskeleton/
H A DSkeleton.java165 assertEquals(sValue, "Hallo"); in after()
/trunk/main/connectivity/qa/complex/connectivity/
H A DFlatFileAccess.java249 assertEquals( i_context + ": " + i_failureDesc, i_expectedValues, values.toArray() ); in testRowSetResults()
/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DNumberingBulletTypes.java171 assertEquals("NumberingType should be"+m_numberingType, m_expectType, proValues2[0].Value); in testNumberingTypes()

Completed in 68 milliseconds

12345678