org.mule.routing.filters.xml
Class IsXmlFilterTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.routing.filters.xml.IsXmlFilterTestCase

public class IsXmlFilterTestCase
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
IsXmlFilterTestCase()
           
 
Method Summary
 void setUp()
           
 void testFilterBytes()
           
 void testFilterFalse()
           
 void testFilterFalse2()
           
 void testFilterLargeXml()
           
 void testFilterLargeXmlCompliantHtml()
           
 void testFilterNull()
           
 void testFilterTrue()
           
 void testFilterXmlMessageVariants()
           
 
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

IsXmlFilterTestCase

public IsXmlFilterTestCase()
Method Detail

setUp

public void setUp()

testFilterFalse

public void testFilterFalse()
                     throws Exception
Throws:
Exception

testFilterFalse2

public void testFilterFalse2()
                      throws Exception
Throws:
Exception

testFilterTrue

public void testFilterTrue()
                    throws Exception
Throws:
Exception

testFilterBytes

public void testFilterBytes()
                     throws Exception
Throws:
Exception

testFilterNull

public void testFilterNull()
                    throws Exception
Throws:
Exception

testFilterLargeXml

public void testFilterLargeXml()
                        throws Exception
Throws:
Exception

testFilterLargeXmlCompliantHtml

public void testFilterLargeXmlCompliantHtml()
                                     throws Exception
Throws:
Exception

testFilterXmlMessageVariants

public void testFilterXmlMessageVariants()
                                  throws Exception
Throws:
Exception


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