org.enhydra.shark.asap.test
Class SharkWebServiceTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.enhydra.shark.asap.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_FACTORY
           
static java.lang.String TARGET_SERVICE_INSTANCE
           
static java.lang.String TARGET_SERVICE_OBSERVER
           
 
Constructor Summary
SharkWebServiceTestCase(java.lang.String name)
           
 
Method Summary
 void test10asapFactoryBindingCreateInstance()
           
 void test11asapFactoryBindingListInstances()
           
 void test1asapInstanceBindingGetProperties()
           
 void test2asapInstanceBindingSetProperties()
           
 void test3asapInstanceBindingSubscribe()
           
 void test4asapInstanceBindingUnsubscribe()
           
 void test5_1asapInstanceBindingChangeState()
           
 void test5asapInstanceBindingChangeState()
           
 void test6asapObserverBindingGetProperties()
           
 void test7asapObserverBindingCompleted()
           
 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, failNotEquals, failNotSame, failSame, format
 
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_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
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

test11asapFactoryBindingListInstances

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

test2asapInstanceBindingSetProperties

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

test3asapInstanceBindingSubscribe

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

test5asapInstanceBindingChangeState

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

test1asapInstanceBindingGetProperties

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

test4asapInstanceBindingUnsubscribe

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

test5_1asapInstanceBindingChangeState

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