public abstract class AbstractProvider extends java.lang.Object implements SurefireProvider
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Thread |
creatingThread |
| Constructor and Description |
|---|
AbstractProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Makes an attempt at cancelling the current run, giving the provider a chance to notify
reporting that the remaining tests have been cancelled due to timeout.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSuites, invokepublic void cancel()
SurefireProvidercancel in interface SurefireProvider