Skip to content

Commit

Permalink
hint about JUnit built-in parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-qnz committed Dec 28, 2023
1 parent 2fc200c commit e29c7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junit5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ This section describes any additional configuration options this extension offer
### Explicit Parameter Injection

As mentioned above, Weld is greedy when it comes to parameter injection.
It will claim the ability to resolve any parameter which is known as a bean type inside the running CDI container.
It will claim the ability to resolve any parameter which is known as a bean type inside the running CDI container except the ones built into JUnit itself.
This is mainly for usability, as it would be annoying to constantly type additional annotations to mark which parameter should be injected and which should be left alone.

However, we are aware that this might cause trouble if more extensions are competing for parameter resolution.
Expand Down

0 comments on commit e29c7ca

Please sign in to comment.