javax0.jamal.assertions.AssertFail Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jamal-assertions Show documentation
Show all versions of jamal-assertions Show documentation
Assertions module for Jamal
package javax0.jamal.assertions;
public class AssertFail extends AbstractAssert {
public AssertFail() {
super(1, "", "will never display");
}
@Override
protected boolean test(String[] parts) {
return false;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy