| org.iscreen.impl.ValidationServiceValidatorTest
ValidationServiceValidatorTest | public class ValidationServiceValidatorTest extends TestCase (Code) | | Tests the ValidationServiceValidator.
author: Shellman, Dan |
Method Summary | |
protected void | setUp() | public void | testIfFailure() Tests to ensure that a "false" if expression works properly. | public void | testIfSuccess() Tests to ensure that a "true" if expression works properly. | public void | testIterate() Tests to ensure that if iterate is true, it works properly. | public void | testIterateIndexing() Tests to ensure that if iterate is true, the indexing of the failures
works properly. | public void | testMap() Tests the mapping of the object to validate prior to forwarding
it (or a property) on to individual validators. |
ValidationServiceValidatorTest | public ValidationServiceValidatorTest(String name)(Code) | | |
setUp | protected void setUp()(Code) | | |
testIfFailure | public void testIfFailure()(Code) | | Tests to ensure that a "false" if expression works properly.
|
testIfSuccess | public void testIfSuccess()(Code) | | Tests to ensure that a "true" if expression works properly.
|
testIterate | public void testIterate()(Code) | | Tests to ensure that if iterate is true, it works properly.
|
testIterateIndexing | public void testIterateIndexing()(Code) | | Tests to ensure that if iterate is true, the indexing of the failures
works properly.
|
testMap | public void testMap()(Code) | | Tests the mapping of the object to validate prior to forwarding
it (or a property) on to individual validators.
|
|
|