All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.tck.msgflow.callflows.prack.UdpPrackTest Maven / Gradle / Ivy

package test.tck.msgflow.callflows.prack;

import test.tck.msgflow.callflows.prack.AbstractPrackTestCase;

public class UdpPrackTest extends AbstractPrackTestCase {
	boolean myFlag;
	public void setUp() throws Exception {
		testedImplFlag = !myFlag;
		myFlag = !testedImplFlag;
		super.transport = "udp";
		super.setUp();
	}
	
	public void testPrack() {
		this.shootist.sendInvite();

	}
	
	public void testPrack2() {
		this.shootist.sendInvite();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy