weld / weld-testing

Set of test framework extensions (JUnit 4, JUnit 5, Spock) to enhance the testing of CDI components via Weld. Supports Weld 5.
http://weld.cdi-spec.org/
Apache License 2.0
102 stars 30 forks source link

Skip parameter resolution for Junit 5 built-in parameters #165

Closed manovotn closed 10 months ago

manovotn commented 11 months ago

Currently, Weld attempts to resolve any method parameter as a CDI bean. This is usually fine but we should special case Junit's built-in types that are resolved by their own extensions

PR - https://github.com/weld/weld-testing/pull/163/files