com.github.dakusui.lisj.Form 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.lisj;
import java.io.Serializable;
import com.github.dakusui.jcunit.exceptions.JCUnitException;
public interface Form extends Serializable {
Object evaluate(Context context, Object params) throws JCUnitException, CUT;
Object bind(Object... params);
String name();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy