org.kuali.rice.krad.datadictionary.validation.constraint
Class TimestampPatternConstraintTest
java.lang.Object
org.kuali.rice.krad.datadictionary.validation.constraint.TimestampPatternConstraintTest
public class TimestampPatternConstraintTest
- extends Object
Things this test should check:
1. empty value check. (failure) testValueInvalidTimestampEmpty()
2. value with valid timestamp. (success) testValueValidTimestamp()
3. value with valid timestamp. (success) testValueValidTimestamp1()
4. value with invalid timestamp. (failure) testValueInvalidTimestamp()
5. value with invalid timestamp. (failure) testValueInvalidTimestamp1()
6. value with invalid timestamp. (failure) testValueInvalidTimestamp2()
7. value with invalid timestamp. (failure) testValueInvalidTimestamp3()
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimestampPatternConstraintTest
public TimestampPatternConstraintTest()
setUp
public void setUp()
throws Exception
- Throws:
Exception
testValueInvalidTimestampEmpty
public void testValueInvalidTimestampEmpty()
testValueValidTimestamp
public void testValueValidTimestamp()
testValueValidTimestamp1
public void testValueValidTimestamp1()
testValueInvalidTimestamp
public void testValueInvalidTimestamp()
testValueInvalidTimestamp1
public void testValueInvalidTimestamp1()
testValueInvalidTimestamp2
public void testValueInvalidTimestamp2()
testValueInvalidTimestamp3
public void testValueInvalidTimestamp3()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.