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

net.jqwik.engine.facades.EdgeCasesFacadeImpl Maven / Gradle / Ivy

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

import java.util.*;
import java.util.function.*;

import net.jqwik.api.*;
import net.jqwik.engine.properties.arbitraries.*;

import org.jspecify.annotations.*;

/**
 * Is loaded through reflection in api module
 */
public class EdgeCasesFacadeImpl extends EdgeCases.EdgeCasesFacade {

	@Override
	public  EdgeCases fromSuppliers(final List>> suppliers) {
		return EdgeCasesSupport.fromSuppliers(suppliers);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy