Open incident-recipient opened 1 year ago
The JUnit4 methodBlock method associates @Before and @After from parent classes with the test. PDSL creates many tests from one method, but the tests aren't getting the hooks.
Associate the hooks in runChild with each PDSL test.
The JUnit4 methodBlock method associates @Before and @After from parent classes with the test. PDSL creates many tests from one method, but the tests aren't getting the hooks.
Associate the hooks in runChild with each PDSL test.