org.kuali.rice.krad.datadictionary.validation.constraint
Class YearPatternConstraintTest

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.validation.constraint.YearPatternConstraintTest

public class YearPatternConstraintTest
extends Object

Things this test should check: 1. empty value check. (failure) testValueInvalidYearEmpty() 2. value with valid year. (success) testValueValidYear() 3. value with valid year. (success) testValueValidYear1() 4. value with valid year. (success) testValueValidYear2() 5. value with invalid year. (failure) testValueInvalidYear() 6. value with invalid year. (failure) testValueInvalidYear1() 7. value with invalid year. (failure) testValueInvalidYear2() 8. value with invalid year. (failure) testValueInvalidYear3()

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
YearPatternConstraintTest()
           
 
Method Summary
 void setUp()
           
 void testValueInvalidYear()
           
 void testValueInvalidYear1()
           
 void testValueInvalidYear2()
           
 void testValueInvalidYear3()
           
 void testValueInvalidYearEmpty()
           
 void testValueValidYear()
           
 void testValueValidYear1()
           
 void testValueValidYear2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YearPatternConstraintTest

public YearPatternConstraintTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testValueInvalidYearEmpty

public void testValueInvalidYearEmpty()

testValueValidYear

public void testValueValidYear()

testValueValidYear1

public void testValueValidYear1()

testValueValidYear2

public void testValueValidYear2()

testValueInvalidYear

public void testValueInvalidYear()

testValueInvalidYear1

public void testValueInvalidYear1()

testValueInvalidYear2

public void testValueInvalidYear2()

testValueInvalidYear3

public void testValueInvalidYear3()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.