junitperf icon indicating copy to clipboard operation
junitperf copied to clipboard

BeforeEach and AfterEach methods doesn't seem to be executed

Open msche opened this issue 4 years ago • 0 comments

I have a performance test which requires some initialized variables. These are set within a setup method which is annotated with '@BeforeEach'. However when I execute the performance test this setup method doesn't seem to be executed.

msche avatar Aug 05 '21 05:08 msche