sbabcoc / JUnit-Foundation

JUnit Foundation is a lightweight collection of JUnit watchers, interfaces, and static utility classes that supplement and augment the functionality provided by the JUnit API.
Apache License 2.0
22 stars 6 forks source link

Fix support for JUnitParams #132

Open sbabcoc opened 5 months ago

sbabcoc commented 5 months ago

Note that this description was copied from scribbled notes. It will probably be necessary to crack open the related code to truly understand what it means.

Description doesn't fully resolve for JUnitParams until Parameterized...Runner.runTestMethod(). Only JUnitParams needs Runnable. EachTestNotifier constructor is the first core method to get the fully resolved Description.