org.apache.tapestry.valid
Class TestEmailValidator
java.lang.Object
BaseComponentTestCase
org.apache.tapestry.junit.TapestryTestCase
org.apache.tapestry.valid.BaseValidatorTestCase
org.apache.tapestry.valid.TestEmailValidator
public class TestEmailValidator
- extends BaseValidatorTestCase
Tests for EmailValidator
.
- Since:
- 3.0
- Author:
- Howard Lewis Ship
Methods inherited from class org.apache.tapestry.junit.TapestryTestCase |
checkException, checkList, checkList, checkProperty, createValueConverter, getSpecificationResourceLocation, newBindingSource, newComponent, parseApp, parseComponent, parseLib, parsePage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestEmailValidator
public TestEmailValidator()
reset
public void reset()
testValidEmail
public void testValidEmail()
throws ValidatorException
- Throws:
ValidatorException
testInvalidEmail
public void testInvalidEmail()
testOverrideInvalidEmailFormatMessage
public void testOverrideInvalidEmailFormatMessage()
testTooShort
public void testTooShort()
testOverrideMinimumLengthMessage
public void testOverrideMinimumLengthMessage()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.