| org.iscreen.validators.NumberRangeValidatorTest
NumberRangeValidatorTest | public class NumberRangeValidatorTest extends TestCase (Code) | | Tests the StringValidator validator.
author: Shellman, Dan |
Method Summary | |
protected void | setUp() | public void | testInvalidNumber() Test to make sure that an invalid number is reported properly. | public void | testStringNumber() Test to make sure that a valid number sent in as a String is
still accepted. | public void | testTooLargeCheck() Test to make sure that a value that's too large is reported properly. | public void | testTooSmallCheck() Tests the minimum value check. |
NumberRangeValidatorTest | public NumberRangeValidatorTest(String name)(Code) | | |
setUp | protected void setUp()(Code) | | |
testInvalidNumber | public void testInvalidNumber()(Code) | | Test to make sure that an invalid number is reported properly.
|
testStringNumber | public void testStringNumber()(Code) | | Test to make sure that a valid number sent in as a String is
still accepted.
|
testTooLargeCheck | public void testTooLargeCheck()(Code) | | Test to make sure that a value that's too large is reported properly.
|
testTooSmallCheck | public void testTooSmallCheck()(Code) | | Tests the minimum value check.
|
|
|