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

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.config.spring.parsers.processors.AbstractPreProcessorTestCase
Direct Known Subclasses:
CheckExclusiveAttributesTestCase, CheckRequiredAttributesTestCase

public abstract class AbstractPreProcessorTestCase
extends AbstractMuleTestCase


Field Summary
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
AbstractPreProcessorTestCase()
           
 
Method Summary
protected  void assertBad(String[][] constraint, String attributes, String text)
           
protected  void assertOk(String[][] constraint, String attributes)
           
protected abstract  PreProcessor createCheck(String[][] constraint)
           
protected  Element createElement(String attributes)
           
 
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

AbstractPreProcessorTestCase

public AbstractPreProcessorTestCase()
Method Detail

assertBad

protected void assertBad(String[][] constraint,
                         String attributes,
                         String text)
                  throws ParserConfigurationException
Throws:
ParserConfigurationException

assertOk

protected void assertOk(String[][] constraint,
                        String attributes)
                 throws ParserConfigurationException
Throws:
ParserConfigurationException

createCheck

protected abstract PreProcessor createCheck(String[][] constraint)

createElement

protected Element createElement(String attributes)
                         throws ParserConfigurationException
Throws:
ParserConfigurationException


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