org.mule.config.spring.parsers.assembly
Class AbstractBasePropertyConfigurationTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.config.spring.parsers.assembly.AbstractBasePropertyConfigurationTestCase
Direct Known Subclasses:
ReusablePropertyConfigurationTestCase, SimplePropertyConfigurationTestCase, TempWrapperPropertyConfigurationTestCase

public abstract class AbstractBasePropertyConfigurationTestCase
extends AbstractMuleTestCase


Field Summary
static String ALIAS
           
static String COLLECTION
           
static String IGNORED
           
static String MAP_CAPS
           
static String MAP_DIGITS
           
static String MAP_PREFIX
           
static String NAME
           
static String NOT_IGNORED
           
static String PREFIX
           
static String REFERENCE
           
static Map TO_CAPS
           
static String TO_DIGITS
           
static String UNUSED
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
AbstractBasePropertyConfigurationTestCase()
           
 
Method Summary
protected  void setTestValues(String prefix, PropertyConfiguration config)
           
protected  void verifyIgnored(String prefix, PropertyConfiguration config)
           
protected  void verifyMissing(String prefix, PropertyConfiguration config)
           
protected  void verifyTestValues(String prefix, PropertyConfiguration config)
           
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleTestCase
clearExcludedFlag, clearRequestContext, createTestTimeoutRule, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIAS

public static final String ALIAS
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

COLLECTION

public static final String COLLECTION
See Also:
Constant Field Values

IGNORED

public static final String IGNORED
See Also:
Constant Field Values

NOT_IGNORED

public static final String NOT_IGNORED
See Also:
Constant Field Values

MAP_CAPS

public static final String MAP_CAPS
See Also:
Constant Field Values

MAP_DIGITS

public static final String MAP_DIGITS
See Also:
Constant Field Values

MAP_PREFIX

public static final String MAP_PREFIX
See Also:
Constant Field Values

REFERENCE

public static final String REFERENCE
See Also:
Constant Field Values

UNUSED

public static final String UNUSED
See Also:
Constant Field Values

TO_DIGITS

public static final String TO_DIGITS
See Also:
Constant Field Values

TO_CAPS

public static final Map TO_CAPS

PREFIX

public static final String PREFIX
See Also:
Constant Field Values
Constructor Detail

AbstractBasePropertyConfigurationTestCase

public AbstractBasePropertyConfigurationTestCase()
Method Detail

setTestValues

protected void setTestValues(String prefix,
                             PropertyConfiguration config)

verifyTestValues

protected void verifyTestValues(String prefix,
                                PropertyConfiguration config)

verifyIgnored

protected void verifyIgnored(String prefix,
                             PropertyConfiguration config)

verifyMissing

protected void verifyMissing(String prefix,
                             PropertyConfiguration config)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.