Skip to content

Intercept extensions of BlockJUnit4ClassRunner, fix context issue

Choose a tag to compare

@sbabcoc sbabcoc released this 09 Dec 03:09
· 341 commits to master since this release
  • Intercept extensions of BlockJUnit4ClassRunner, not just the class itself.
  • Switch context from TestClass (which gets re-used in parallel execution) to runner (which is unique)