This is stable code that has been in use by this author for a while now. As a maven dependency it is used in scope test.
This small library offers 2 conveniences:
-
A way to infer a test method's name from inside the test method. Reasons why I need this range from printing messages to the console to creating test method artifacts (see next).
-
A consistent way to generate a fresh file path per invocation of a test method, so that repeated invocations of the same test do not interfere with each other.
Babak Farhang
11 February 2021