Skip to content

Commit 27c34b1

Browse files
committed
removing unneccessary test method
1 parent 359761e commit 27c34b1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

junit-jupiter-params/src/test/java/org/junit/jupiter/params/provider/MethodArgumentsProviderTests.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -800,13 +800,6 @@ Stream<String> nonStaticStringStreamProvider() {
800800
}
801801
}
802802

803-
@TestInstance(TestInstance.Lifecycle.PER_METHOD)
804-
static class NonStaticTestCaseForPerMethodLifecycle {
805-
Stream<String> nonStaticStringStreamProvider() {
806-
return Stream.of("foo", "bar");
807-
}
808-
}
809-
810803
static class ExternalFactoryMethods {
811804

812805
static Stream<String> stringsProvider() {

0 commit comments

Comments
 (0)