corda / corda-gradle-plugins

Gradle plugins used by Corda and Cordapps
Other
24 stars 36 forks source link

NOTICK: Use JUnit's PER_CLASS TestInstance lifecycle. #491

Closed chrisr3 closed 2 years ago

chrisr3 commented 2 years ago

Use JUnit's @TestInstance(PER_CLASS) annotation to avoid needing @BeforeAll methods to be static.

There is no functional change to any of the plugins.