All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.jqwik.engine.properties.ForAllParametersGenerator Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version
package net.jqwik.engine.properties;

import java.util.*;

import net.jqwik.api.*;

public interface ForAllParametersGenerator extends Iterator>> {

	default int edgeCasesTotal() {
		return 0;
	}

	default int edgeCasesTried() {
		return 0;
	}

    void reset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy