Home
last modified time | relevance | path

Searched refs:INIT_VALUE (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DCalcDocumentTest.java51 cellA1.setValue( INIT_VALUE ); in initializeDocument()
52 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()
75 assertEquals( "cell A1 doesn't have its initial value", INIT_VALUE, cellA1.getValue(), 0 ); in verifyInitialDocumentState()
115 private static final double INIT_VALUE = 100.0; field in CalcDocumentTest

Completed in 5 milliseconds