cgl.narada.wsinfra.wsrm.storage.impl.test
Class WsrmProtocolStorageTest
java.lang.Object
cgl.narada.wsinfra.wsrm.storage.impl.test.WsrmProtocolStorageTest
- public class WsrmProtocolStorageTest
- extends Object
Title: WsrmProtocolStorageTest
Description: Tests the Protocol storage mesthods
Each method has one relevant test method
To run the test method it should be called from
main function
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsrmProtocolStorageTest
public WsrmProtocolStorageTest(String configurationFilename)
throws WsrmStorageException
createWidgetObject
public WsrmStorageWidget createWidgetObject()
throws WsrmStorageException
- Throws:
WsrmStorageException
testStoreCreatedSequence
public void testStoreCreatedSequence()
throws WsrmStorageException
- Throws:
WsrmStorageException
testGetStoredElement
public void testGetStoredElement()
throws WsrmStorageException
- Throws:
WsrmStorageException
testGetStoredElements
public void testGetStoredElements()
throws WsrmStorageException
- Throws:
WsrmStorageException
testProcessAcknowledgementOnSequence
public void testProcessAcknowledgementOnSequence()
throws WsrmStorageException
- Throws:
WsrmStorageException
testProcessAcknowledgementsOnSequence
public void testProcessAcknowledgementsOnSequence()
throws WsrmStorageException
- Throws:
WsrmStorageException
testGetUnacknowledgedMessageNumbers_1
public void testGetUnacknowledgedMessageNumbers_1()
throws WsrmStorageException
- Throws:
WsrmStorageException
testGetUnacknowledgedMessageNumbers_2
public void testGetUnacknowledgedMessageNumbers_2()
throws WsrmStorageException
- Throws:
WsrmStorageException
testHasLastMessageNumber
public void testHasLastMessageNumber()
throws WsrmStorageException
- Throws:
WsrmStorageException
testGetMessageNumberLastAssigned
public void testGetMessageNumberLastAssigned()
throws WsrmStorageException
- Throws:
WsrmStorageException
testResetAckInterval
public void testResetAckInterval()
throws WsrmStorageException
- Throws:
WsrmStorageException
main
public static void main(String[] args)