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

examples.cancel.TestCancel Maven / Gradle / Ivy

/**
 * 
 */
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 - 2025 Weber Informatics LLC | Privacy Policy