org.mule.tck
Class AbstractTransformerTestCase
java.lang.Object
TestCase
org.mule.tck.NamedTestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.AbstractTransformerTestCase
- public abstract class AbstractTransformerTestCase
- extends AbstractMuleTestCase
- Version:
- $Revision: 1.5 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
Methods inherited from class org.mule.tck.AbstractMuleTestCase |
getManager, getMockConnector, getMockDescriptor, getMockEndpoint, getMockEvent, getMockManager, getMockMessageDispatcher, getMockSession, getMockTransaction, getMockTransactionFactory, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestManager, getTestSession, getTestTransformer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTransformerTestCase
public AbstractTransformerTestCase()
setUp
protected void setUp()
throws java.lang.Exception
- Description copied from class:
NamedTestCase
- Print the name of this test to standard output
- Overrides:
setUp
in class NamedTestCase
- Throws:
java.lang.Exception
tearDown
protected void tearDown()
throws java.lang.Exception
- Overrides:
tearDown
in class NamedTestCase
- Throws:
java.lang.Exception
testTransform
public void testTransform()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRoundtripTransform
public void testRoundtripTransform()
throws java.lang.Exception
- Throws:
java.lang.Exception
testBadReturnType
public void testBadReturnType()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRoundtripBadReturnType
public void testRoundtripBadReturnType()
throws java.lang.Exception
- Throws:
java.lang.Exception
testRoundTrip
public void testRoundTrip()
throws java.lang.Exception
- Throws:
java.lang.Exception
doTestBadReturnType
public void doTestBadReturnType(UMOTransformer tran,
java.lang.Object src)
throws java.lang.Exception
- Throws:
java.lang.Exception
getTransformer
public abstract UMOTransformer getTransformer()
throws java.lang.Exception
- Throws:
java.lang.Exception
getRoundTripTransformer
public abstract UMOTransformer getRoundTripTransformer()
throws java.lang.Exception
- Throws:
java.lang.Exception
getTestData
public abstract java.lang.Object getTestData()
getResultData
public abstract java.lang.Object getResultData()
compareResults
public boolean compareResults(java.lang.Object src,
java.lang.Object result)
compareRoundtripResults
public boolean compareRoundtripResults(java.lang.Object src,
java.lang.Object result)
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.