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

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.mule.config.spring.parsers.assembly.AbstractBasePropertyConfigurationTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
ReusablePropertyConfigurationTestCase, SimplePropertyConfigurationTestCase, TempWrapperPropertyConfigurationTestCase

public abstract class AbstractBasePropertyConfigurationTestCase
extends junit.framework.TestCase


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
           
 
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 junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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-2010 MuleSoft, Inc.. All Rights Reserved.