public class ValidatorTest
extends junit.framework.TestCase
| Constructor and Description | 
|---|
| ValidatorTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | setUp() | 
| protected void | tearDown() | 
| void | testASCIIString() | 
| void | testDataConverter() | 
| void | testDateField() | 
| void | testGetConstraints() | 
| void | testLongField() | 
| void | testMultiValueField() | 
| void | testNullValue() | 
| void | testPosixUsername() | 
| void | testRequiredIfConstraint() | 
| void | testStringLength() | 
| void | testUserNameString() | 
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringpublic void setUp()
           throws java.lang.Exception
setUp in class junit.framework.TestCasejava.lang.Exceptionprotected void tearDown()
                 throws java.lang.Exception
tearDown in class junit.framework.TestCasejava.lang.Exceptionpublic void testDataConverter()
                       throws java.lang.Exception
java.lang.Exceptionpublic void testGetConstraints()
public void testNullValue()
                   throws java.lang.Exception
java.lang.Exceptionpublic void testStringLength()
                      throws java.lang.Exception
java.lang.Exceptionpublic void testASCIIString()
                     throws java.lang.Exception
java.lang.Exceptionpublic void testUserNameString()
                        throws java.lang.Exception
java.lang.Exceptionpublic void testPosixUsername()
public void testDateField()
                   throws java.lang.Exception
java.lang.Exceptionpublic void testLongField()
                   throws java.lang.Exception
java.lang.Exceptionpublic void testMultiValueField()
                         throws java.lang.Exception
java.lang.Exceptionpublic void testRequiredIfConstraint()