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

java.lang.Object
  extended by 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)

Constructor Summary
TimestampPatternConstraintTest()
           
 
Method Summary
 void setUp()
           
 void testValueInvalidTimestamp()
           
 void testValueInvalidTimestamp1()
           
 void testValueInvalidTimestamp2()
           
 void testValueInvalidTimestamp3()
           
 void testValueInvalidTimestampEmpty()
           
 void testValueValidTimestamp()
           
 void testValueValidTimestamp1()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampPatternConstraintTest

public TimestampPatternConstraintTest()
Method Detail

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-2014 The Kuali Foundation. All Rights Reserved.