| org.iscreen.validators.NullValidatorTest
NullValidatorTest | public class NullValidatorTest extends TestCase (Code) | | Tests the NullValidator validator.
author: Shellman, Dan |
Method Summary | |
protected void | setUp() | public void | testNonNullCheck() Tests to ensure that a non-null value doesn't get a failure reported. | public void | testNullCheck() Tests to ensure that a null value gets a failure reported. |
NullValidatorTest | public NullValidatorTest(String name)(Code) | | Default constructor.
|
setUp | protected void setUp()(Code) | | |
testNonNullCheck | public void testNonNullCheck()(Code) | | Tests to ensure that a non-null value doesn't get a failure reported.
|
testNullCheck | public void testNullCheck()(Code) | | Tests to ensure that a null value gets a failure reported.
|
|
|