| org.apache.commons.validator.TestCommon org.apache.commons.validator.ValidatorResultsTest
ValidatorResultsTest | public class ValidatorResultsTest extends TestCommon (Code) | | Test ValidatorResults.
version: $Revision: 478334 $ $Date: 2006-11-22 21:31:54 +0000 (Wed, 22 Nov 2006) $ |
Method Summary | |
public static void | main(String[] theArgs) Start the tests.
Parameters: theArgs - the arguments. | protected void | setUp() Load ValidatorResources from
ValidatorResultsTest-config.xml. | public static Test | suite() | protected void | tearDown() | public void | testAllValid() Test all validations ran and passed. | public void | testErrors() Test some validations failed and some didn't run. |
ValidatorResultsTest | public ValidatorResultsTest(String name)(Code) | | Constructor.
|
main | public static void main(String[] theArgs)(Code) | | Start the tests.
Parameters: theArgs - the arguments. Not used |
suite | public static Test suite()(Code) | | a test suite (TestSuite ) that includes all methodsstarting with "test" |
tearDown | protected void tearDown()(Code) | | |
|
|