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

EOorg.EOeolang.EOhamcrest.EOassert_that$EOall_of 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.*;

//  
//   
//    
//     0
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
// 
@XmirObject(name = "assert-that$all-of", oname = "all-of", source = "/home/r/repo/src/main/eo/org/eolang/hamcrest/assert-that.eo")
public final class EOassert_that$EOall_of extends PhDefault {
  public EOassert_that$EOall_of(final Phi sigma) {
    super(sigma);
    this.add("matchers", new AtVararg(/* default */));
    this.add("mismatch", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = Phi.Φ.attr("org").get().attr("eolang").get().attr("memory").get();
        ret = new PhLocated(ret, 91, 4);
      ret = new PhCopy(ret);
        Phi ret_1 = new EOorg.EOeolang.EOint(Phi.Φ);
          ret_1 = new PhLocated(ret_1, 91, 11);
          ret_1 = new PhWith(ret_1, "Δ", new Data.Value(0L));
        ret = new PhWith(ret, 0, ret_1);
      return ret;
    })));
    this.add("match", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOassert_that$EOall_of$EOmatch(rho);
        ret = new PhLocated(ret, 93, 4);
      return ret;
    })));
    this.add("describe-mismatch", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOassert_that$EOall_of$EOdescribe_mismatch(rho);
        ret = new PhLocated(ret, 112, 4);
      return ret;
    })));
    this.add("description-of", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOassert_that$EOall_of$EOdescription_of(rho);
        ret = new PhLocated(ret, 117, 4);
      return ret;
    })));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy