| org.apache.commons.validator.CustomValidatorResourcesTest
CustomValidatorResourcesTest | public class CustomValidatorResourcesTest extends TestCase (Code) | | Test custom ValidatorResources.
version: $Revision: 478392 $ $Date: 2006-11-22 23:51:09 +0000 (Wed, 22 Nov 2006) $ |
Method Summary | |
public static void | main(String[] theArgs) Start the tests.
Parameters: theArgs - the arguments. | protected void | setUp() Set up. | public static Test | suite() | protected void | tearDown() | public void | testCustomResources() Test creating a custom validator resources. |
CustomValidatorResourcesTest | public CustomValidatorResourcesTest(String name)(Code) | | Construct a test case with the specified name.
Parameters: name - Name of the test |
main | public static void main(String[] theArgs)(Code) | | Start the tests.
Parameters: theArgs - the arguments. Not used |
setUp | protected void setUp()(Code) | | Set up.
|
suite | public static Test suite()(Code) | | Create a Test Suite
a test suite (TestSuite ) that includes all methodsstarting with "test" |
tearDown | protected void tearDown()(Code) | | Tear Down
|
testCustomResources | public void testCustomResources()(Code) | | Test creating a custom validator resources.
|
|
|