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

examples.cancel.TestDelayedCancel Maven / Gradle / Ivy

There is a newer version: 1.3.0-91
Show newest version
/**
 *
 */
package examples.cancel;

import test.tck.msgflow.callflows.AssertUntil;

/**
 * @author M. Ranganathan
 *
 */
public class TestDelayedCancel extends AbstractCancelTest {

    private static final int TIMEOUT = 2000;
    public TestDelayedCancel() {
        super();
    }

    public void testCancelDelay() throws Exception {
        Shootist.sendDelayedCancel = true;
        shootist.sendInvite();
        assertTrue(AssertUntil.assertUntil(shootist.getAssertion(), TIMEOUT));
//        Thread.sleep(2000);
//        shootist.checkState();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy