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

templates.soft_assertion_entry_point_method_template.txt Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
  /**
   * Creates a new "soft" instance of {@link ${custom_assertion_class}}.
   *
   * @param actual the actual value.
   * @return the created "soft" assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public ${custom_assertion_class} assertThat(${class_to_assert} actual) {
    return proxy(${custom_assertion_class}.class, ${class_to_assert}.class, actual);
  }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy