com.github.dakusui.lisj.pred.AlwaysTrue 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.pred;
public class AlwaysTrue extends LogicalPredicate {
/**
* Serial version UID.
*/
private static final long serialVersionUID = 8848889664214466582L;
@Override
protected boolean initialValue() {
return true;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy