| org.iscreen.ValidationFactoryTest
ValidationFactoryTest | public class ValidationFactoryTest extends TestCase (Code) | | author: Shellman, Dan |
Method Summary | |
public void | testConfigLoaded() Tests to ensure that the loadConfig() method is called on a
subclass of the ValidationFactory. | public void | testSettingDefaultLocale() Tests to ensure that the default locale is set properly. | public void | testSettingServices() Tests to ensure that services are set properly. |
ValidationFactoryTest | public ValidationFactoryTest(String name)(Code) | | Default constructor.
|
testConfigLoaded | public void testConfigLoaded()(Code) | | Tests to ensure that the loadConfig() method is called on a
subclass of the ValidationFactory.
|
testSettingDefaultLocale | public void testSettingDefaultLocale()(Code) | | Tests to ensure that the default locale is set properly.
|
testSettingServices | public void testSettingServices()(Code) | | Tests to ensure that services are set properly.
|
|
|