Package net.jqwik.engine.recording
Interface TestRunRecorder
-
- All Superinterfaces:
java.lang.AutoCloseable
public interface TestRunRecorder extends java.lang.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description static TestRunRecorderNULL
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidclose()voidrecord(TestRun testRun)
-
-
-
Field Detail
-
NULL
static final TestRunRecorder NULL
-
-
Method Detail
-
record
void record(TestRun testRun)
-
close
default void close()
- Specified by:
closein interfacejava.lang.AutoCloseable
-
-