| |
|
| java.lang.Object util.TestUtilities
TestUtilities | public class TestUtilities (Code) | | |
ADDRESSBOOK_LISTENER | final public static int ADDRESSBOOK_LISTENER(Code) | | |
ALL_LISTENERS | final public static int ALL_LISTENERS(Code) | | |
ASYNC_LISTENER | final public static int ASYNC_LISTENER(Code) | | |
DEFAULT_SOAP_PROVIDER_CLASS | final public static Class DEFAULT_SOAP_PROVIDER_CLASS(Code) | | |
NATIVEJMS_LISTENER | final public static int NATIVEJMS_LISTENER(Code) | | |
NON_DEFAULT_SOAP_PROVIDER_CLASS | final public static Class NON_DEFAULT_SOAP_PROVIDER_CLASS(Code) | | |
STOCKQUOTE_LISTENER | final public static int STOCKQUOTE_LISTENER(Code) | | |
areWeTesting | public static boolean areWeTesting(String component)(Code) | | Finds out from the wsif.test.properties file whether we are testing
a particular component (EJBs, JMS, etc) of WSIF. If not mentioned
in wsif.test.properties, the default is to test everything.
|
getSoapServer | public static String getSoapServer()(Code) | | Queries the soap server being used. Can be either Apache Soap or Apache Axis.
Default is soap.
|
getWsifProperty | public static String getWsifProperty(String property)(Code) | | Gets a property from the wsif.test.properties file
|
isJmsVerbose | public static boolean isJmsVerbose()(Code) | | |
resetDefaultProviders | public static void resetDefaultProviders()(Code) | | |
setProviderForProtocol | public static void setProviderForProtocol(String protocol)(Code) | | |
setUpExtensionsAndProviders | public static void setUpExtensionsAndProviders()(Code) | | |
startListeners | public static void startListeners()(Code) | | This starts what listeners are required to run the testcases.
What listeners are needed depends on settings in the
wsif.test.properties file.
Possible listeners are:
JMS2HTTPBridge - for SOAP/JMS tests
NativeJMSRequestListener - for the native JMS provider
JMSAsynListener - for asynchronous operation tests
|
startListeners | public static void startListeners(int which)(Code) | | |
stopListeners | public static void stopListeners()(Code) | | This starts whatever listeners have been started.
Possible listeners are:
JMS2HTTPBridge - for SOAP/JMS tests
NativeJMSRequestListener - for the native JMS provider
JMSAsynListener - for asynchronous operation tests
|
|
|
|