Lines Matching refs:assertEquals

76 		assertEquals("12/31/07", SCTool.getCellText("A1"));  in testAllowDateNotBetween()
82 assertEquals("03/02/08", SCTool.getCellText("A2")); in testAllowDateNotBetween()
88 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDateNotBetween()
90 assertEquals("", SCTool.getCellText("A3")); in testAllowDateNotBetween()
96 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDateNotBetween()
98 assertEquals("", SCTool.getCellText("A4")); in testAllowDateNotBetween()
104 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDateNotBetween()
106 assertEquals("", SCTool.getCellText("A5")); in testAllowDateNotBetween()
112 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDateNotBetween()
114 assertEquals("", SCTool.getCellText("B1")); in testAllowDateNotBetween()
120 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDateNotBetween()
122 assertEquals("", SCTool.getCellText("B2")); in testAllowDateNotBetween()
128 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDateNotBetween()
130 assertEquals("", SCTool.getCellText("B3")); in testAllowDateNotBetween()
153 assertEquals("0.33333333", SCTool.getCellText("A1")); in testAllowDecimalEqual()
159 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDecimalEqual()
161 assertEquals("", SCTool.getCellText("A2")); in testAllowDecimalEqual()
167 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDecimalEqual()
169 assertEquals("", SCTool.getCellText("A3")); in testAllowDecimalEqual()
175 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDecimalEqual()
177 assertEquals("", SCTool.getCellText("A4")); in testAllowDecimalEqual()
183 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDecimalEqual()
185 assertEquals("", SCTool.getCellText("B2")); in testAllowDecimalEqual()
208 assertEquals("testtesttesttest", SCTool.getCellText("A1")); in testAllowGreaterTextLength()
214 assertEquals("test test ", SCTool.getCellText("A2")); in testAllowGreaterTextLength()
220 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowGreaterTextLength()
222 assertEquals("", SCTool.getCellText("A4")); in testAllowGreaterTextLength()
228 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowGreaterTextLength()
230 assertEquals("", SCTool.getCellText("A3")); in testAllowGreaterTextLength()
260 assertEquals("testtesttesttest", SCTool.getCellText("A1")); in testAllowLessThanTextLength()
266 assertEquals("", SCTool.getCellText("A2")); in testAllowLessThanTextLength()
271 assertEquals("10", SCTool.getCellText("A2")); in testAllowLessThanTextLength()
276 assertEquals("ok", SCTool.getCellText("A3")); in testAllowLessThanTextLength()
307 assertEquals("a", SCTool.getCellText("A1")); in testAllowListSpecialChar()
313 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowListSpecialChar()
315 assertEquals("", SCTool.getCellText("B2")); in testAllowListSpecialChar()
339 assertEquals("09:00:00 PM", SCTool.getCellText("A1")); in testAllowTimeBetween()
345 assertEquals("27:00:00", SCTool.getCellText("A2")); in testAllowTimeBetween()
351 assertEquals("1.125", SCTool.getCellText("A3")); in testAllowTimeBetween()
357 assertEquals("0.875", SCTool.getCellText("A4")); in testAllowTimeBetween()
363 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowTimeBetween()
365 assertEquals("", SCTool.getCellText("B1")); in testAllowTimeBetween()
371 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowTimeBetween()
373 assertEquals("", SCTool.getCellText("B2")); in testAllowTimeBetween()
379 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowTimeBetween()
381 assertEquals("", SCTool.getCellText("B3")); in testAllowTimeBetween()
387 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowTimeBetween()
389 assertEquals("", SCTool.getCellText("B4")); in testAllowTimeBetween()
395 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowTimeBetween()
397 assertEquals("", SCTool.getCellText("C1")); in testAllowTimeBetween()
403 assertEquals("24:00:00", SCTool.getCellText("C2")); in testAllowTimeBetween()
409 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowTimeBetween()
411 assertEquals("", SCTool.getCellText("C3")); in testAllowTimeBetween()
437 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowTimeGreaterThan()
439 assertEquals("07:30:00 AM", SCTool.getCellText("A1")); in testAllowTimeGreaterThan()
445 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowTimeGreaterThan()
447 assertEquals("", SCTool.getCellText("A2")); in testAllowTimeGreaterThan()
453 assertEquals("08:00:00 AM", SCTool.getCellText("A3")); in testAllowTimeGreaterThan()
476 assertEquals("99", SCTool.getCellText("A1")); in testAllowWholeNumLessThan()
482 assertEquals("100", SCTool.getCellText("A2")); in testAllowWholeNumLessThan()
488 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowWholeNumLessThan()
490 assertEquals("", SCTool.getCellText("B1")); in testAllowWholeNumLessThan()
496 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowWholeNumLessThan()
498 assertEquals("", SCTool.getCellText("B2")); in testAllowWholeNumLessThan()
504 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowWholeNumLessThan()
506 assertEquals("", SCTool.getCellText("C1")); in testAllowWholeNumLessThan()
529 assertEquals("OpenOffice Calc", activeMsgBox.getCaption()); in testDefaultErrorAlertMessage()
533 assertEquals("", SCTool.getCellText("A1")); in testDefaultErrorAlertMessage()
555 assertEquals("13", SCTool.getCellText("A1")); in testUncheckErrorAlert()
567 assertEquals(false, scValidityCriteriaAllowList.exists()); in testValidityCellRangeSourcePicker()
570 assertEquals(true, scValidityCriteriaAllowList.exists()); in testValidityCellRangeSourcePicker()
589 assertEquals("Invalid value.", activeMsgBox.getMessage()); in testValidityCellRangeSourcePicker()
591 assertEquals("", SCTool.getCellText("A1")); in testValidityCellRangeSourcePicker()
597 assertEquals("test", SCTool.getCellText("B1")); in testValidityCellRangeSourcePicker()
619 assertEquals("", SCTool.getCellText("D1")); in testAllowBlankCells()