templates.bdd_assertions_entry_point_class_template.txt Maven / Gradle / Ivy
package ${package};
/**
* Entry point for BDD assertions of different data types. Each method in this class is a static factory for the
* type-specific assertion objects.
*/
public class BddAssertions {
${all_assertions_entry_points}
/**
* Creates a new {@link BddAssertions}
.
*/
protected BddAssertions() {
// empty
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy