cgl.narada.wsinfra.wsrm.storage.impl.test
Class WsrmProtocolStorageTest

java.lang.Object
  extended bycgl.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


Constructor Summary
WsrmProtocolStorageTest(String configurationFilename)
           
 
Method Summary
 WsrmStorageWidget createWidgetObject()
           
static void main(String[] args)
           
 void testGetMessageNumberLastAssigned()
           
 void testGetStoredElement()
           
 void testGetStoredElements()
           
 void testGetUnacknowledgedMessageNumbers_1()
           
 void testGetUnacknowledgedMessageNumbers_2()
           
 void testHasLastMessageNumber()
           
 void testProcessAcknowledgementOnSequence()
           
 void testProcessAcknowledgementsOnSequence()
           
 void testResetAckInterval()
           
 void testStoreCreatedSequence()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsrmProtocolStorageTest

public WsrmProtocolStorageTest(String configurationFilename)
                        throws WsrmStorageException
Method Detail

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)