@API(status=EXPERIMENTAL,
since="1.2.3")
@FunctionalInterface
public interface Reporter
Reporting additional test information is a JUnit 5 platform feature. Some tools will output this information to stdout; other tools, e.g. Gradle as of version 6, ignore it. That's why jqwik prints this information to stdout itself unless told otherwise.
Modifier and Type | Method and Description |
---|---|
void |
publish(java.lang.String key,
java.lang.String value)
Publish some
value under a given key . |