EOorg.EOeolang.EOhamcrest.EOassert_that$EOarray_each$EOdescribe_mismatch 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.*;
//
//
// mismatches: [%s]
//
// ,
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "assert-that$array-each$describe-mismatch", oname = "describe-mismatch", source = "/home/r/repo/src/main/eo/org/eolang/hamcrest/assert-that.eo")
public final class EOassert_that$EOarray_each$EOdescribe_mismatch extends PhDefault {
public EOassert_that$EOarray_each$EOdescribe_mismatch(final Phi sigma) {
super(sigma);
this.add("φ", new AtOnce(new AtComposite(this, rho -> {
Phi ret = Phi.Φ.attr("org").get().attr("eolang").get().attr("txt").get().attr("sprintf").get();
ret = new PhLocated(ret, 388, 6);
ret = new PhCopy(ret);
Phi ret_1 = new EOorg.EOeolang.EOstring(Phi.Φ);
ret_1 = new PhLocated(ret_1, 389, 8);
ret_1 = new PhWith(ret_1, "Δ", new Data.Value("mismatches: [%s]"));
Phi ret_2_base = new EOorg.EOeolang.EOstring(Phi.Φ);
ret_2_base = new PhLocated(ret_2_base, 390, 8);
ret_2_base = new PhWith(ret_2_base, "Δ", new Data.Value(", "));
Phi ret_2 = new PhMethod(ret_2_base, "joined");
ret_2 = new PhLocated(ret_2, 390, 12);
ret_2 = new PhCopy(ret_2);
Phi ret_2_1 = new PhMethod(new PhMethod(rho, "σ"), "mismatches");
ret_2_1 = new PhLocated(ret_2_1, 390, 20);
ret_2 = new PhWith(ret_2, 0, ret_2_1);
ret = new PhWith(ret, 0, ret_1);
ret = new PhWith(ret, 1, ret_2);
return ret;
})));
}
}