| org.apache.commons.validator.RetrieveFormTest
RetrieveFormTest | public class RetrieveFormTest extends TestCase (Code) | | Tests retrieving forms using different Locales.
version: $Revision: 478334 $ $Date: 2006-11-22 21:31:54 +0000 (Wed, 22 Nov 2006) $ |
Method Summary | |
protected void | setUp() Load ValidatorResources from multiple xml files. | public static Test | suite() | public void | testDefaultForm() Test a form defined only in the "default" formset. | public void | testFormNotFound() | public void | testLanguageCountryForm() Test a form defined in the "default" formset, formsets
where just the "language" is specified and formset where
the language and country are specified. | public void | testLanguageCountryVariantForm() | public void | testLanguageForm() Test a form defined in the "default" formset and formsets
where just the "language" is specified. |
RetrieveFormTest | public RetrieveFormTest(String name)(Code) | | Constructor for FormTest.
Parameters: name - |
suite | public static Test suite()(Code) | | a test suite (TestSuite ) that includes all methodsstarting with "test" |
testDefaultForm | public void testDefaultForm() throws ValidatorException(Code) | | Test a form defined only in the "default" formset.
|
testLanguageCountryForm | public void testLanguageCountryForm() throws ValidatorException(Code) | | Test a form defined in the "default" formset, formsets
where just the "language" is specified and formset where
the language and country are specified.
|
testLanguageCountryVariantForm | public void testLanguageCountryVariantForm() throws ValidatorException(Code) | | Test a form defined in all the formsets
|
testLanguageForm | public void testLanguageForm() throws ValidatorException(Code) | | Test a form defined in the "default" formset and formsets
where just the "language" is specified.
|
|
|