org.enhydra.shark.wfxml.test
Class SharkWebServiceTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.enhydra.shark.wfxml.test.SharkWebServiceTestCase
All Implemented Interfaces:
junit.framework.Test

public class SharkWebServiceTestCase
extends junit.framework.TestCase

JUnit test case for shark web service wrapper.

Author:
V.Puskas

Field Summary
static java.lang.String TARGET_SERVICE_ACTIVITY
           
static java.lang.String TARGET_SERVICE_FACTORY
           
static java.lang.String TARGET_SERVICE_INSTANCE
           
static java.lang.String TARGET_SERVICE_OBSERVER
           
static java.lang.String TARGET_SERVICE_REGISTRY
           
 
Constructor Summary
SharkWebServiceTestCase(java.lang.String name)
           
 
Method Summary
 void test10asapFactoryBindingCreateInstance()
           
 void test10asapFactoryBindingGetDefinition()
           
 void test11asapFactoryBindingListInstances()
           
 void test1wfxmlInstanceBindingGetProperties()
           
 void test2wfxmlInstanceBindingSetProperties()
           
 void test3wfxmlInstanceBindingSubscribe()
           
 void test4wfxmlInstanceBindingUnsubscribe()
           
 void test5_1wfxmlInstanceBindingChangeState()
           
 void test5_2wfxmlInstanceBindingListActivities()
           
 void test5wfxmlInstanceBindingChangeState()
           
 void test6_wfxmlActivityBindingGetProperties()
           
 void test6asapObserverBindingGetProperties()
           
 void test7_1wfxmlActivityBindingSetProperties()
           
 void test7_wfxmlActivityBindingSetProperties()
           
 void test7asapObserverBindingCompleted()
           
 void test8_wfxmlActivityBindingCompleteActivity()
           
 void test8asapObserverBindingStateChanged()
           
 void test9asapFactoryBindingGetProperties()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TARGET_SERVICE_OBSERVER

public static final java.lang.String TARGET_SERVICE_OBSERVER
See Also:
Constant Field Values

TARGET_SERVICE_REGISTRY

public static final java.lang.String TARGET_SERVICE_REGISTRY
See Also:
Constant Field Values

TARGET_SERVICE_FACTORY

public static final java.lang.String TARGET_SERVICE_FACTORY
See Also:
Constant Field Values

TARGET_SERVICE_INSTANCE

public static final java.lang.String TARGET_SERVICE_INSTANCE
See Also:
Constant Field Values

TARGET_SERVICE_ACTIVITY

public static final java.lang.String TARGET_SERVICE_ACTIVITY
See Also:
Constant Field Values
Constructor Detail

SharkWebServiceTestCase

public SharkWebServiceTestCase(java.lang.String name)
Method Detail

test6asapObserverBindingGetProperties

public void test6asapObserverBindingGetProperties()
                                           throws java.lang.Exception
Throws:
java.lang.Exception

test7asapObserverBindingCompleted

public void test7asapObserverBindingCompleted()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

test8asapObserverBindingStateChanged

public void test8asapObserverBindingStateChanged()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

test9asapFactoryBindingGetProperties

public void test9asapFactoryBindingGetProperties()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

test10asapFactoryBindingCreateInstance

public void test10asapFactoryBindingCreateInstance()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

test10asapFactoryBindingGetDefinition

public void test10asapFactoryBindingGetDefinition()
                                           throws java.lang.Exception
Throws:
java.lang.Exception

test11asapFactoryBindingListInstances

public void test11asapFactoryBindingListInstances()
                                           throws java.lang.Exception
Throws:
java.lang.Exception

test2wfxmlInstanceBindingSetProperties

public void test2wfxmlInstanceBindingSetProperties()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

test3wfxmlInstanceBindingSubscribe

public void test3wfxmlInstanceBindingSubscribe()
                                        throws java.lang.Exception
Throws:
java.lang.Exception

test5wfxmlInstanceBindingChangeState

public void test5wfxmlInstanceBindingChangeState()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

test1wfxmlInstanceBindingGetProperties

public void test1wfxmlInstanceBindingGetProperties()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

test4wfxmlInstanceBindingUnsubscribe

public void test4wfxmlInstanceBindingUnsubscribe()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

test5_1wfxmlInstanceBindingChangeState

public void test5_1wfxmlInstanceBindingChangeState()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

test5_2wfxmlInstanceBindingListActivities

public void test5_2wfxmlInstanceBindingListActivities()
                                               throws java.lang.Exception
Throws:
java.lang.Exception

test6_wfxmlActivityBindingGetProperties

public void test6_wfxmlActivityBindingGetProperties()
                                             throws java.lang.Exception
Throws:
java.lang.Exception

test7_wfxmlActivityBindingSetProperties

public void test7_wfxmlActivityBindingSetProperties()
                                             throws java.lang.Exception
Throws:
java.lang.Exception

test7_1wfxmlActivityBindingSetProperties

public void test7_1wfxmlActivityBindingSetProperties()
                                              throws java.lang.Exception
Throws:
java.lang.Exception

test8_wfxmlActivityBindingCompleteActivity

public void test8_wfxmlActivityBindingCompleteActivity()
                                                throws java.lang.Exception
Throws:
java.lang.Exception