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.
*/
public class SoftAssertions extends org.assertj.core.api.SoftAssertions {
${all_assertions_entry_points}
}