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, toStringassertEquals, 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, formatpublic void testEmail()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithNumericAddress1()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithNumericAddress2()
throws ValidatorException
ValidatorExceptionpublic void testEmailExtension1()
throws ValidatorException
ValidatorExceptionpublic void testEmailExtension2()
throws ValidatorException
ValidatorExceptionpublic void testEmailExtension3()
throws ValidatorException
ValidatorExceptionpublic void testEmailExtension4()
throws ValidatorException
ValidatorExceptionpublic void testEmailExtension5()
throws ValidatorException
ValidatorExceptionpublic void testEmailExtension6()
throws ValidatorException
ValidatorExceptionpublic void testEmailExtension7()
throws ValidatorException
ValidatorExceptionpublic void testEmailExtension8()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithDash1()
throws ValidatorException
Tests the e-mail validation with a dash in the address.
ValidatorExceptionpublic void testEmailWithDash2()
throws ValidatorException
Tests the e-mail validation with a dash in the address.
ValidatorExceptionpublic void testEmailWithDash3()
throws ValidatorException
Tests the e-mail validation with a dash in the address.
ValidatorExceptionpublic void testEmailWithDash4()
throws ValidatorException
Tests the e-mail validation with a dash in the address.
ValidatorExceptionpublic void testEmailWithDotEnd()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithBogusCharacter1()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithBogusCharacter2()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithBogusCharacter3()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithBogusCharacter4()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithCommas1()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithCommas2()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithCommas3()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithSpaces1()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithSpaces2()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithSpaces3()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithSpaces4()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithSpaces5()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithSpaces6()
throws ValidatorException
ValidatorExceptionpublic void testEmailWithControlChars()
throws ValidatorException
ValidatorExceptionpublic 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.
ValidatorExceptionpublic 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.
ValidatorExceptionpublic 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