public class CheckEmailTest
extends TestCase
org.apache.commons.validator.EmailTest
修飾子とタイプ | クラスと説明 |
---|---|
class |
CheckEmailTest.Data |
class |
CheckEmailTest.DataVerifyWhenNull |
コンストラクタと説明 |
---|
CheckEmailTest() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
_testEmailUserName1()
Write this test according to parts of RFC, as opposed to the type of
character that is being tested.
|
void |
_testEmailUserName2()
Write this test according to parts of RFC, as opposed to the type of
character that is being tested.
|
void |
_testEmailUserName3()
Write this test according to parts of RFC, as opposed to the type of
character that is being tested.
|
void |
testEmail()
Tests the e-mail validation.
|
void |
testEmailExtension1()
Tests the e-mail validation.
|
void |
testEmailExtension2()
Tests the e-mail validation.
|
void |
testEmailExtension3()
Tests the e-mail validation.
|
void |
testEmailExtension4()
Tests the e-mail validation.
|
void |
testEmailExtension5()
Tests the e-mail validation.
|
void |
testEmailExtension6()
Tests the e-mail validation.
|
void |
testEmailExtension7()
Tests the e-mail validation.
|
void |
testEmailExtension8()
Tests the e-mail validation.
|
void |
testEmailWithBogusCharacter1()
Tests the e-mail validation with an RCS-noncompliant character in the
address.
|
void |
testEmailWithBogusCharacter2()
Tests the e-mail validation with an RCS-noncompliant character in the
address.
|
void |
testEmailWithBogusCharacter3()
Tests the e-mail validation with an RCS-noncompliant character in the
address.
|
void |
testEmailWithBogusCharacter4()
Tests the e-mail validation with an RCS-noncompliant character in the
address.
|
void |
testEmailWithCommas1()
Tests the email validation with commas.
|
void |
testEmailWithCommas2()
Tests the email validation with commas.
|
void |
testEmailWithCommas3()
Tests the email validation with commas.
|
void |
testEmailWithControlChars()
Tests the email validation with ascii control characters.
|
void |
testEmailWithDash1()
Tests the e-mail validation with a dash in the address.
|
void |
testEmailWithDash2()
Tests the e-mail validation with a dash in the address.
|
void |
testEmailWithDash3()
Tests the e-mail validation with a dash in the address.
|
void |
testEmailWithDash4()
Tests the e-mail validation with a dash in the address.
|
void |
testEmailWithDotEnd()
Tests the e-mail validation with a dot at the end of the address.
|
void |
testEmailWithNumericAddress1()
Tests the email validation with numeric domains.
|
void |
testEmailWithNumericAddress2()
Tests the email validation with numeric domains.
|
void |
testEmailWithSpaces1()
Tests the email validation with spaces.
|
void |
testEmailWithSpaces2()
Tests the email validation with spaces.
|
void |
testEmailWithSpaces3()
Tests the email validation with spaces.
|
void |
testEmailWithSpaces4()
Tests the email validation with spaces.
|
void |
testEmailWithSpaces5()
Tests the email validation with spaces.
|
void |
testEmailWithSpaces6()
Tests the email validation with spaces.
|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
public void testEmail() throws ValidatorException
ValidatorException
public void testEmailWithNumericAddress1() throws ValidatorException
ValidatorException
public void testEmailWithNumericAddress2() throws ValidatorException
ValidatorException
public void testEmailExtension1() throws ValidatorException
ValidatorException
public void testEmailExtension2() throws ValidatorException
ValidatorException
public void testEmailExtension3() throws ValidatorException
ValidatorException
public void testEmailExtension4() throws ValidatorException
ValidatorException
public void testEmailExtension5() throws ValidatorException
ValidatorException
public void testEmailExtension6() throws ValidatorException
ValidatorException
public void testEmailExtension7() throws ValidatorException
ValidatorException
public void testEmailExtension8() throws ValidatorException
ValidatorException
public void testEmailWithDash1() throws ValidatorException
Tests the e-mail validation with a dash in the address.
ValidatorException
public void testEmailWithDash2() throws ValidatorException
Tests the e-mail validation with a dash in the address.
ValidatorException
public void testEmailWithDash3() throws ValidatorException
Tests the e-mail validation with a dash in the address.
ValidatorException
public void testEmailWithDash4() throws ValidatorException
Tests the e-mail validation with a dash in the address.
ValidatorException
public void testEmailWithDotEnd() throws ValidatorException
ValidatorException
public void testEmailWithBogusCharacter1() throws ValidatorException
ValidatorException
public void testEmailWithBogusCharacter2() throws ValidatorException
ValidatorException
public void testEmailWithBogusCharacter3() throws ValidatorException
ValidatorException
public void testEmailWithBogusCharacter4() throws ValidatorException
ValidatorException
public void testEmailWithCommas1() throws ValidatorException
ValidatorException
public void testEmailWithCommas2() throws ValidatorException
ValidatorException
public void testEmailWithCommas3() throws ValidatorException
ValidatorException
public void testEmailWithSpaces1() throws ValidatorException
ValidatorException
public void testEmailWithSpaces2() throws ValidatorException
ValidatorException
public void testEmailWithSpaces3() throws ValidatorException
ValidatorException
public void testEmailWithSpaces4() throws ValidatorException
ValidatorException
public void testEmailWithSpaces5() throws ValidatorException
ValidatorException
public void testEmailWithSpaces6() throws ValidatorException
ValidatorException
public void testEmailWithControlChars() throws ValidatorException
ValidatorException
public void _testEmailUserName1() throws ValidatorException
FIXME: This test fails so disable it with a leading _ for 1.1.4 release. The real solution is to fix the email parsing.
ValidatorException
public void _testEmailUserName2() throws ValidatorException
FIXME: This test fails so disable it with a leading _ for 1.1.4 release. The real solution is to fix the email parsing.
ValidatorException
public void _testEmailUserName3() throws ValidatorException
FIXME: This test fails so disable it with a leading _ for 1.1.4 release. The real solution is to fix the email parsing.
ValidatorException