junitperf
junitperf copied to clipboard
BeforeEach and AfterEach methods doesn't seem to be executed
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.