org.mule.config.spring.parsers
Class AbstractBadConfigTestCase
java.lang.Object
org.mule.tck.junit4.AbstractMuleTestCase
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.
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 |
logger
protected final transient Log logger
AbstractBadConfigTestCase
public AbstractBadConfigTestCase()
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.