Get current test method in JUnit 5 using a static mehtod
Is there a way to identify currently running test method (or that the code is not running as part of a test method) in JUnit 5 using a static method (i.e. no matter from where it’s called)?.
Unable to perform Junit Parameterized test execution getting java.lang.Exception: No public static parameters method on class
Getting the following error when running Parameterized test. Please help.