Skip to content

Commit

Permalink
Rename folder for assertj assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 12, 2020
1 parent f933711 commit 8f86d41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package ${package};

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

0 comments on commit 8f86d41

Please sign in to comment.