Skip to content

Commit

Permalink
removing unneccessary test method
Browse files Browse the repository at this point in the history
  • Loading branch information
BassemElMasry committed Apr 21, 2023
1 parent 359761e commit 27c34b1
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -800,13 +800,6 @@ Stream<String> nonStaticStringStreamProvider() {
}
}

@TestInstance(TestInstance.Lifecycle.PER_METHOD)
static class NonStaticTestCaseForPerMethodLifecycle {
Stream<String> nonStaticStringStreamProvider() {
return Stream.of("foo", "bar");
}
}

static class ExternalFactoryMethods {

static Stream<String> stringsProvider() {
Expand Down

0 comments on commit 27c34b1

Please sign in to comment.