org.mule.config.spring.parsers
Class AbstractBadConfigTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.config.spring.parsers.AbstractBadConfigTestCase
Direct Known Subclasses:
AttributeErrorTestCase, ConstrainedConnectorExceptionStrategyMule2126TestCase, DuplicateBeanNameTestCase, EndpointServiceConflictTestCase, MissingParserTestCase, MuleElementRequiredTestCase

public abstract class AbstractBadConfigTestCase
extends AbstractMuleTestCase

A stripped-down version of FunctionalTestCase that allows us to test the parsing of a bad configuration.


Field Summary
protected  Log logger
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
AbstractBadConfigTestCase()
           
 
Method Summary
 void assertErrorContains(String phrase)
           
protected  ConfigurationBuilder getBuilder()
           
protected abstract  String getConfigResources()
           
protected  void parseConfig()
           
 
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

logger

protected final transient Log logger
Constructor Detail

AbstractBadConfigTestCase

public AbstractBadConfigTestCase()
Method Detail

assertErrorContains

public void assertErrorContains(String phrase)
                         throws Exception
Throws:
Exception

parseConfig

protected void parseConfig()
                    throws Exception
Throws:
Exception

getBuilder

protected ConfigurationBuilder getBuilder()
                                   throws Exception
Throws:
Exception

getConfigResources

protected abstract String getConfigResources()


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