EOorg.EOeolang.EOhamcrest.EOassert_that$EOequal_to Maven / Gradle / Ivy
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-07-25T15:16:18.194Z. Don't edit it,
* your changes will be discarded on the next build.
*
* The EO sources were compiled to XMIR on
* 2022-07-25T15:14:41.001213Z by the compiler v.0.24.0.
*/
package EOorg.EOeolang.EOhamcrest;
import org.eolang.*;
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "assert-that$equal-to", oname = "equal-to", source = "/home/r/repo/src/main/eo/org/eolang/hamcrest/assert-that.eo")
public final class EOassert_that$EOequal_to extends PhDefault {
public EOassert_that$EOequal_to(final Phi sigma) {
super(sigma);
this.add("x", new AtFree(/* default */));
this.add("match", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOassert_that$EOequal_to$EOmatch(rho);
ret = new PhLocated(ret, 53, 4);
return ret;
})));
this.add("describe-mismatch", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOassert_that$EOequal_to$EOdescribe_mismatch(rho);
ret = new PhLocated(ret, 58, 4);
return ret;
})));
this.add("description-of", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOassert_that$EOequal_to$EOdescription_of(rho);
ret = new PhLocated(ret, 63, 4);
return ret;
})));
}
}