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 edu.hm.hafner.analysis.assertions.SoftAssertions {
${all_assertions_entry_points}
}
