net.jqwik.engine.JqwikConfiguration Maven / Gradle / Ivy
The newest version!
package net.jqwik.engine;
public interface JqwikConfiguration {
PropertyAttributesDefaults propertyDefaultValues();
TestEngineConfiguration testEngineConfiguration();
boolean useJunitPlatformReporter();
boolean reportOnlyFailures();
}