Package net.jqwik.engine.hooks
Class Hooks.AroundProperty
- java.lang.Object
-
- net.jqwik.engine.hooks.Hooks.AroundProperty
-
- Enclosing class:
- Hooks
public static class Hooks.AroundProperty extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intAUTO_CLOSEABLE_PROXIMITYstatic intEXPECT_FAILURE_PROXIMITYstatic intPROPERTY_LIFECYCLE_METHODS_PROXIMITYstatic intSTATISTICS_PROXIMITYstatic intSUPPRESS_LOGGING_PROXIMITY
-
Constructor Summary
Constructors Constructor Description AroundProperty()
-
-
-
Field Detail
-
AUTO_CLOSEABLE_PROXIMITY
public static final int AUTO_CLOSEABLE_PROXIMITY
- See Also:
- Constant Field Values
-
EXPECT_FAILURE_PROXIMITY
public static final int EXPECT_FAILURE_PROXIMITY
- See Also:
- Constant Field Values
-
STATISTICS_PROXIMITY
public static final int STATISTICS_PROXIMITY
- See Also:
- Constant Field Values
-
PROPERTY_LIFECYCLE_METHODS_PROXIMITY
public static final int PROPERTY_LIFECYCLE_METHODS_PROXIMITY
- See Also:
- Constant Field Values
-
SUPPRESS_LOGGING_PROXIMITY
public static final int SUPPRESS_LOGGING_PROXIMITY
- See Also:
- Constant Field Values
-
-