To properly support this, the agent needs to switch from hooking methods annotated with @Test to using JUnit listeners. This will allow it to observe the execution of individual test cases, and to capture the status of each test case when it finishes.
To properly support this, the agent needs to switch from hooking methods annotated with
@Test
to using JUnit listeners. This will allow it to observe the execution of individual test cases, and to capture the status of each test case when it finishes.