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

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

package ${package};

/**
 * Entry point for assertions of different data types. Each method in this class is a static factory for the
 * type-specific assertion objects.
 */
@edu.umd.cs.findbugs.annotations.SuppressFBWarnings("NM")
@edu.hm.hafner.util.Generated(value="assertj-assertions-generator")
public class Assertions extends org.assertj.core.api.Assertions {
${all_assertions_entry_points}
  /**
   * Creates a new {@link Assertions}.
   */
  protected Assertions() {
    // empty
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy