org.mule.config.spring.parsers.processors
Class CheckRequiredAttributesTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.config.spring.parsers.processors.AbstractPreProcessorTestCase
          extended by org.mule.config.spring.parsers.processors.CheckRequiredAttributesTestCase

public class CheckRequiredAttributesTestCase
extends AbstractPreProcessorTestCase


Field Summary
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
CheckRequiredAttributesTestCase()
           
 
Method Summary
protected  PreProcessor createCheck(String[][] constraint)
           
 void testRealWorld()
           
 void testSingleSetMultipleAttributes()
           
 void testSingleSetSingleAttribute()
           
 void testTwoSetsEmptySecondSet()
           
 void testTwoSetsMultipleAttributes()
           
 void testTwoSetsOverlappingAttributes()
           
 void testTwoSetsSingleAttribute()
           
 
Methods inherited from class org.mule.config.spring.parsers.processors.AbstractPreProcessorTestCase
assertBad, assertOk, createElement
 
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
 

Constructor Detail

CheckRequiredAttributesTestCase

public CheckRequiredAttributesTestCase()
Method Detail

testSingleSetSingleAttribute

public void testSingleSetSingleAttribute()
                                  throws ParserConfigurationException
Throws:
ParserConfigurationException

testSingleSetMultipleAttributes

public void testSingleSetMultipleAttributes()
                                     throws ParserConfigurationException
Throws:
ParserConfigurationException

testTwoSetsSingleAttribute

public void testTwoSetsSingleAttribute()
                                throws ParserConfigurationException
Throws:
ParserConfigurationException

testTwoSetsEmptySecondSet

public void testTwoSetsEmptySecondSet()
                               throws ParserConfigurationException
Throws:
ParserConfigurationException

testTwoSetsMultipleAttributes

public void testTwoSetsMultipleAttributes()
                                   throws ParserConfigurationException
Throws:
ParserConfigurationException

testTwoSetsOverlappingAttributes

public void testTwoSetsOverlappingAttributes()
                                      throws ParserConfigurationException
Throws:
ParserConfigurationException

testRealWorld

public void testRealWorld()
                   throws ParserConfigurationException
Throws:
ParserConfigurationException

createCheck

protected PreProcessor createCheck(String[][] constraint)
Specified by:
createCheck in class AbstractPreProcessorTestCase


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