org.mule.module.xml.util
Class XmlUtilsTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.module.xml.util.XmlUtilsTestCase

public class XmlUtilsTestCase
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
XmlUtilsTestCase()
           
 
Method Summary
 void testConvertsToW3cDocumentFromByteArray()
           
 void testConvertsToW3cDocumentFromDom4jDocument()
           
 void testConvertsToW3cDocumentFromFile()
           
 void testConvertsToW3cDocumentFromInputSource()
           
 void testConvertsToW3cDocumentFromInputStream()
           
 void testConvertsToW3cDocumentFromSource()
           
 void testConvertsToW3cDocumentFromString()
           
 void testConvertsToW3cDocumentFromW3cDocument()
           
 void testConvertsToW3cDocumentFromXmlStreamReader()
           
 
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

XmlUtilsTestCase

public XmlUtilsTestCase()
Method Detail

testConvertsToW3cDocumentFromDom4jDocument

public void testConvertsToW3cDocumentFromDom4jDocument()
                                                throws Exception
Throws:
Exception

testConvertsToW3cDocumentFromW3cDocument

public void testConvertsToW3cDocumentFromW3cDocument()
                                              throws Exception
Throws:
Exception

testConvertsToW3cDocumentFromInputSource

public void testConvertsToW3cDocumentFromInputSource()
                                              throws Exception
Throws:
Exception

testConvertsToW3cDocumentFromSource

public void testConvertsToW3cDocumentFromSource()
                                         throws Exception
Throws:
Exception

testConvertsToW3cDocumentFromXmlStreamReader

public void testConvertsToW3cDocumentFromXmlStreamReader()
                                                  throws Exception
Throws:
Exception

testConvertsToW3cDocumentFromInputStream

public void testConvertsToW3cDocumentFromInputStream()
                                              throws Exception
Throws:
Exception

testConvertsToW3cDocumentFromString

public void testConvertsToW3cDocumentFromString()
                                         throws Exception
Throws:
Exception

testConvertsToW3cDocumentFromByteArray

public void testConvertsToW3cDocumentFromByteArray()
                                            throws Exception
Throws:
Exception

testConvertsToW3cDocumentFromFile

public void testConvertsToW3cDocumentFromFile()
                                       throws Exception
Throws:
Exception


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