Skip to content

Commit

Permalink
supress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Venorcis committed Oct 6, 2023
1 parent 10dfe9d commit cacc565
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ private JUnitRules() {}
/** Prefer statically imported {@link Arguments#arguments} over {@link Arguments#of} calls. */
static final class ArgumentsEnumeration<T> {
@BeforeTemplate
@SuppressWarnings("JUnitSingleArguments" /* The bugpattern does not understand Repeated. */)
Arguments before(@Repeated T objects) {
return Arguments.of(objects);
}
Expand Down

0 comments on commit cacc565

Please sign in to comment.