google / polymorphicDSL

Apache License 2.0
11 stars 7 forks source link

JUnit4 @Before and @After aren't working #71

Open incident-recipient opened 1 year ago

incident-recipient commented 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.