All Classes and Interfaces

Classes
Class
Description
To use this extension you need to use @RegisterExtension Junit5 mechanism and made variable static.
But if you want to remove static keyword annotate test class with @TestInstance(TestInstance.Lifecycle.PER_CLASS).