We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359761e commit 27c34b1Copy full SHA for 27c34b1
junit-jupiter-params/src/test/java/org/junit/jupiter/params/provider/MethodArgumentsProviderTests.java
@@ -800,13 +800,6 @@ Stream<String> nonStaticStringStreamProvider() {
800
}
801
802
803
- @TestInstance(TestInstance.Lifecycle.PER_METHOD)
804
- static class NonStaticTestCaseForPerMethodLifecycle {
805
- Stream<String> nonStaticStringStreamProvider() {
806
- return Stream.of("foo", "bar");
807
- }
808
809
-
810
static class ExternalFactoryMethods {
811
812
static Stream<String> stringsProvider() {
0 commit comments