org.mod4j.runtime.validation
Class RegExpValidatorTest

java.lang.Object
  extended by org.mod4j.runtime.validation.RegExpValidatorTest

public class RegExpValidatorTest
extends java.lang.Object

Author:
Johan Vogelzang

Field Summary
static java.lang.String EMAILADDRESS_REGEXP
           
 
Constructor Summary
RegExpValidatorTest()
           
 
Method Summary
 void testSupports()
           
 void testValidateFailure()
           
 void testValidateNull()
           
 void testValidateSucces()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMAILADDRESS_REGEXP

public static final java.lang.String EMAILADDRESS_REGEXP
See Also:
Constant Field Values
Constructor Detail

RegExpValidatorTest

public RegExpValidatorTest()
Method Detail

testSupports

public void testSupports()

testValidateSucces

public void testValidateSucces()

testValidateFailure

public void testValidateFailure()

testValidateNull

public void testValidateNull()


Copyright © 2010 Mod4j. All Rights Reserved.