Closed chrisr3 closed 2 years ago
Use JUnit's @TestInstance(PER_CLASS) annotation to avoid needing @BeforeAll methods to be static.
@TestInstance(PER_CLASS)
@BeforeAll
static
There is no functional change to any of the plugins.
Use JUnit's
@TestInstance(PER_CLASS)
annotation to avoid needing@BeforeAll
methods to bestatic
.There is no functional change to any of the plugins.