junit-team / junit4

A programmer-oriented testing framework for Java.
https://junit.org/junit4
Eclipse Public License 1.0
8.53k stars 3.29k forks source link

Explicitly wrap float parameter for consistency #1671

Closed T45K closed 4 years ago

T45K commented 4 years ago

In #1141, while this param named actual was unwrapped, other params are still wrapped in Double or Float#valueOf. I consider that its wrapping is necessary for consistency.

marcphilipp commented 4 years ago

Thanks, @T45K! 👍