java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mobicents.slee.test.env.enventry.sbb.EnvEntryTest
- All Implemented Interfaces:
- junit.framework.Test
- public class EnvEntryTest
- extends junit.framework.TestCase
| Fields inherited from class junit.framework.TestCase |
|
| 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 |
sipStack
private SipStack sipStack
sipFactory
private SipFactory sipFactory
headerFactory
private HeaderFactory headerFactory
addressFactory
private AddressFactory addressFactory
messageFactory
private MessageFactory messageFactory
udpProvider
private SipProvider udpProvider
udpListeningPoint
private ListeningPoint udpListeningPoint
contactHeader
private ContactHeader contactHeader
responseCode
private int responseCode
timedOut
private boolean timedOut
clientTransaction
private ClientTransaction clientTransaction
response
private Response response
request
private Request request
setupFlag
private static boolean setupFlag
timer
private java.util.Timer timer
EnvEntryTest
public EnvEntryTest()
testWaitForResponse
public void testWaitForResponse()
- Wait till a response has been delivered.
waitForNotify
private void waitForNotify()
sendMessage
public void sendMessage()
- Send the register which will initiate the unit test.
setUp
public void setUp()
- Description copied from class:
junit.framework.TestCase
- Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
processRequest
public void processRequest(RequestEvent requestEvent)
processResponse
public void processResponse(ResponseEvent responseEvent)
processTimeout
public void processTimeout(TimeoutEvent arg0)
tearDown
public void tearDown()
- Description copied from class:
junit.framework.TestCase
- Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.