![JAR search and dependency download from the Maven repository](/logo.png)
de.tsl2.nano.autotest.IMeasurement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.autotest Show documentation
Show all versions of tsl2.nano.autotest Show documentation
Generates unit tests from code or annotated methods
The newest version!
package de.tsl2.nano.autotest;
import java.util.Iterator;
import java.util.function.Function;
public interface IMeasurement- extends Function
- {
Double calc(ITEM item);
class Permutator implements Iterable {
@Override
public Iterator iterator() {
// TODO Auto-generated method stub
throw new UnsupportedOperationException("Unimplemented method 'iterator'");
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy