org.apache.cxf.testsupport
Class TestUtilitiesWithBasicBus

java.lang.Object
  extended by org.apache.cxf.test.TestUtilities
      extended by org.apache.cxf.testsupport.TestUtilitiesWithBasicBus

public class TestUtilitiesWithBasicBus
extends TestUtilities


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cxf.test.TestUtilities
TestUtilities.TestMessageObserver
 
Field Summary
 
Fields inherited from class org.apache.cxf.test.TestUtilities
bus, classpathAnchor
 
Constructor Summary
TestUtilitiesWithBasicBus(java.lang.Class<?> classpathReference)
           
 
Method Summary
 void setUp()
          Add objects to the bus to set up the local transport, soap transport, soap bindings, and WSDL manager.
 
Methods inherited from class org.apache.cxf.test.TestUtilities
addDefaultNamespaces, addNamespace, assertInvalid, assertNoFault, assertValid, assertValidBoolean, assertXPathEquals, getBasedir, getBus, getNamespaces, getResourceAsReader, getResourceAsStream, getResourceAsXMLStreamReader, getServerForAddress, getServerForService, getTestFile, getWSDLDefinition, getWSDLDocument, invoke, invoke, invokeBytes, invokeBytes, recoverKeepAliveSystemProperty, resolveNamespacePrefix, setBus, setKeepAliveSystemProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUtilitiesWithBasicBus

public TestUtilitiesWithBasicBus(java.lang.Class<?> classpathReference)
Method Detail

setUp

public void setUp()
           throws BusException
Add objects to the bus to set up the local transport, soap transport, soap bindings, and WSDL manager. All you need to test databindings and other type-related operations.

Throws:
BusException


Apache CXF