| org.apache.commons.validator.TestCommon org.apache.commons.validator.ParameterTest
ParameterTest | public class ParameterTest extends TestCommon (Code) | | This TestCase is a confirmation of the parameter of the validator's method.
version: $Revision: 478345 $ $Date: 2006-11-22 22:25:19 +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. |
ParameterTest | public ParameterTest(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) | | Create a Test Suite
a test suite (TestSuite ) that includes allmethods starting with "test" |
tearDown | protected void tearDown()(Code) | | |
|
|