All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax0.jamal.assertions.AssertFail Maven / Gradle / Ivy

The newest version!
package javax0.jamal.assertions;

import javax0.jamal.api.Macro;

@Macro.Name("assert:fail")
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