![JAR search and dependency download from the Maven repository](/logo.png)
com.github.dakusui.jcunit8.factorspace.Factor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcunit Show documentation
Show all versions of jcunit Show documentation
Automated combinatorial testing framework on top of JUnit
package com.github.dakusui.jcunit8.factorspace;
import java.util.List;
import static java.util.Arrays.asList;
public interface Factor {
static Factor create(final String name, final Object[] args) {
return new Factor() {
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy