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

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

There is a newer version: 1.3.0-91
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy