org.mule.transformers.xml.xstream
Class XStreamTransformerConfigurationTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.transformers.xml.xstream.XStreamTransformerConfigurationTestCase

public class XStreamTransformerConfigurationTestCase
extends AbstractMuleTestCase

Tests configuration and creation of XStream-based transformers


Nested Class Summary
protected static class XStreamTransformerConfigurationTestCase.MyDOMDriver
           
 
Field Summary
static boolean MyDriverDidInitialize
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
XStreamTransformerConfigurationTestCase()
           
 
Method Summary
 void doSetUp()
           
 void doTearDown()
           
 void testBadDriver()
           
 void testClassLoader()
           
 void testCustomDriver()
           
 void testDefaultDriver()
           
 
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

MyDriverDidInitialize

public static volatile boolean MyDriverDidInitialize
Constructor Detail

XStreamTransformerConfigurationTestCase

public XStreamTransformerConfigurationTestCase()
Method Detail

doSetUp

public void doSetUp()

doTearDown

public void doTearDown()

testDefaultDriver

public void testDefaultDriver()
                       throws Exception
Throws:
Exception

testCustomDriver

public void testCustomDriver()
                      throws Exception
Throws:
Exception

testBadDriver

public void testBadDriver()
                   throws Exception
Throws:
Exception

testClassLoader

public void testClassLoader()


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