org.kuali.rice.kcb.test
Class TestConstants

java.lang.Object
  extended by org.kuali.rice.kcb.test.TestConstants

public final class TestConstants
extends Object

Constants reflecting test data that is used in tests. If tests or test data is updated, this file need to be updated to be kept in sync.

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

Field Summary
static String EMAIL_DELIVERER_PROPERTY_VALUE
          Email deliverer property
static String NON_EXISTENT_DELIVERER_NAME
          An invalid deliverer name
static String VALID_DELIVERER_NAME
          A valid deliverer name
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMAIL_DELIVERER_PROPERTY_VALUE

public static final String EMAIL_DELIVERER_PROPERTY_VALUE
Email deliverer property

See Also:
Constant Field Values

VALID_DELIVERER_NAME

public static final String VALID_DELIVERER_NAME
A valid deliverer name

See Also:
Constant Field Values

NON_EXISTENT_DELIVERER_NAME

public static final String NON_EXISTENT_DELIVERER_NAME
An invalid deliverer name

See Also:
Constant Field Values


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