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

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.CheckExclusiveAttributesTestCase

public class CheckExclusiveAttributesTestCase
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
CheckExclusiveAttributesTestCase()
           
 
Method Summary
protected  PreProcessor createCheck(String[][] constraint)
           
 void testDisjointMultipleAttributes()
           
 void testDisjointSingleAttributeGroups()
           
 void testGroupsWithOverlappingAttributes()
           
 void testRealWorld()
           
 void testSecondGroupEmpty()
           
 
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

CheckExclusiveAttributesTestCase

public CheckExclusiveAttributesTestCase()
Method Detail

testDisjointSingleAttributeGroups

public void testDisjointSingleAttributeGroups()
                                       throws Exception
Throws:
Exception

testDisjointMultipleAttributes

public void testDisjointMultipleAttributes()
                                    throws Exception
Throws:
Exception

testSecondGroupEmpty

public void testSecondGroupEmpty()
                          throws Exception
Throws:
Exception

testGroupsWithOverlappingAttributes

public void testGroupsWithOverlappingAttributes()
                                         throws Exception
Throws:
Exception

testRealWorld

public void testRealWorld()
                   throws Exception
Throws:
Exception

createCheck

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


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