You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
philwebb
changed the title
Ability to provide key/value as separate arguments to TestPropertyValues
Allow TestPropertyValues.of to take a Map source
Oct 14, 2020
Uh oh!
There was an error while loading. Please reload this page.
I had a problem in my unit test because I used
TestPropertyValues
like this:The correct usage is to provide the key and the value in a single
String
like this:I was confused with the
Map.of()
factory methods from Java 9. I wonder if we could support something like that?Maybe this:
or (using the inner
Pair
class):The text was updated successfully, but these errors were encountered: