| com.sun.jbi.engine.xslt.TestTransformationImpl
TestTransformationImpl | public class TestTransformationImpl extends TestCase (Code) | | DOCUMENT ME!
author: root |
Method Summary | |
public void | setUp() Sets up tests. | public static Test | suite() | public void | testBadInput() Test of bad transformation for class com.sun.jbi.engine.xslt.util.TransformationImpl. | public void | testBadXSLT() Test of bad transformation for class com.sun.jbi.engine.xslt.util.TransformationImpl. | public void | testGetTransformerFactory() Test of getBean method, of class com.sun.jbi.engine.xslt.util.TransformationImpl. | public void | testInit() Test of init method, of class com.sun.jbi.engine.xslt.util.TransformationImpl. | public void | testTransform() Test of getEndpoint method, of class com.sun.jbi.engine.xslt.util.TransformationImpl. |
TestTransformationImpl | public TestTransformationImpl(java.lang.String testName)(Code) | | Creates a new TestTransformationImpl object.
Parameters: testName - DOCUMENT ME! |
setUp | public void setUp()(Code) | | Sets up tests.
|
suite | public static Test suite()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
testBadInput | public void testBadInput()(Code) | | Test of bad transformation for class com.sun.jbi.engine.xslt.util.TransformationImpl.
|
testBadXSLT | public void testBadXSLT()(Code) | | Test of bad transformation for class com.sun.jbi.engine.xslt.util.TransformationImpl.
|
testGetTransformerFactory | public void testGetTransformerFactory()(Code) | | Test of getBean method, of class com.sun.jbi.engine.xslt.util.TransformationImpl.
|
testInit | public void testInit()(Code) | | Test of init method, of class com.sun.jbi.engine.xslt.util.TransformationImpl.
|
testTransform | public void testTransform()(Code) | | Test of getEndpoint method, of class com.sun.jbi.engine.xslt.util.TransformationImpl.
|
|
|