Package net.jqwik.testing
Annotationsschnittstelle SuppressLogging
@Target({ANNOTATION_TYPE,METHOD,TYPE})
@Retention(RUNTIME)
@Documented
@API(status=EXPERIMENTAL,
since="1.4.0")
public @interface SuppressLogging
Used to annotate properties that should not log anything
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Optionale Elemente - Übersicht
Optionale Elemente
-
Elementdetails
-
value
String valueSpecify a reason for suppressing logging- Standard:
""
-