public class NoAutoDialogTest
extends TestCase
Modifier and Type | Class and Description |
---|---|
class |
NoAutoDialogTest.Client |
class |
NoAutoDialogTest.Server |
Modifier and Type | Field and Description |
---|---|
protected AddressFactory |
addressFactory |
protected NoAutoDialogTest.Client |
client |
int |
CLIENT_PORT |
protected StringBuffer |
errorBuffer |
protected HeaderFactory |
headerFactory |
protected static String |
host |
protected MessageFactory |
messageFactory |
protected int |
myPort |
protected Address |
remoteAddress |
protected int |
remotePort |
protected SipURI |
requestUri |
protected NoAutoDialogTest.Server |
server |
int |
SERVER_PORT |
protected boolean |
testFail |
protected String |
testProtocol |
Constructor and Description |
---|
NoAutoDialogTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
doFail(String message) |
String |
doMessage(Throwable t) |
String |
generateFromTag() |
protected ViaHeader |
getLocalVia(SipProvider _provider) |
boolean |
isFailed() |
protected void |
setUp() |
protected void |
tearDown() |
void |
testSendInvite() |
protected boolean testFail
protected StringBuffer errorBuffer
protected int myPort
protected int remotePort
protected String testProtocol
protected Address remoteAddress
protected SipURI requestUri
protected MessageFactory messageFactory
protected HeaderFactory headerFactory
protected AddressFactory addressFactory
protected static String host
protected NoAutoDialogTest.Client client
protected NoAutoDialogTest.Server server
public final int SERVER_PORT
public final int CLIENT_PORT
protected void doFail(String message)
public boolean isFailed()
public String generateFromTag()
protected ViaHeader getLocalVia(SipProvider _provider) throws ParseException, InvalidArgumentException
public void testSendInvite()
Copyright © 2015. All Rights Reserved.