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

examples.cancel.TestDelayedCancel Maven / Gradle / Ivy

/**
 * 
 */
package examples.cancel;

/**
 * @author M. Ranganathan
 *
 */
public class TestDelayedCancel extends AbstractCancelTest {
	
	public TestDelayedCancel() {
		super();
	}
	
	public void testCancelDelay() throws Exception {
		Shootist.sendDelayedCancel = true;
		shootist.sendInvite();
		Thread.sleep(2000);
		shootist.checkState();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy