public class FailFast extends Object implements com.oracle.bedrock.Option
Option indicating if a Concurrently created
assertion will fail-fast by interrupting the Thread
that requested the concurrent assertion.
Copyright (c) 2016. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
| Modifier and Type | Method and Description |
|---|---|
static FailFast |
disabled()
Obtains a disabled
FailFast. |
static FailFast |
enabled()
Obtains an enabled
FailFast. |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEnabled()
Determines if failing fast is enabled
|
String |
toString() |
Copyright © 2017. All rights reserved.