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

assertj-templates.soft_assertions_entry_point_class_template.txt Maven / Gradle / Ivy

package ${package};

/**
 * Entry point for soft assertions of different data types.
 */
@edu.umd.cs.findbugs.annotations.SuppressFBWarnings("NM")
@edu.hm.hafner.util.Generated(value="assertj-assertions-generator")
public class SoftAssertions extends org.assertj.core.api.AutoCloseableSoftAssertions {
${all_assertions_entry_points}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy