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

examples.cancel.TestCancel Maven / Gradle / Ivy

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

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

    public TestCancel() {
        super();
    }


    public void testCancelNoDelay() throws Exception {
        Shootist.sendDelayedCancel = false;
        shootist.sendInvite();
        Thread.sleep(5000);
        shootist.checkState();

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy