public final class ExpectedTaskFailureHandler extends Object implements EventHandler<FailedTask>
| Constructor and Description |
|---|
ExpectedTaskFailureHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onNext(FailedTask failedTask)
Checks whether the FailedTask was caused by a ExpectedTaskException.
|
@Inject public ExpectedTaskFailureHandler()
public void onNext(FailedTask failedTask)
onNext in interface EventHandler<FailedTask>failedTask - DriverSideFailure - if the FailedTask wasn't triggered by a
ExpectedTaskExceptionCopyright © 2016 The Apache Software Foundation. All rights reserved.