withData does not take Nullable types #2718
Labels
bug 🐛
Issues that report a problem or error in the code.
data-driven-testing 🗃️
Related to the data driven testing mechanisms within the testing framework.
Milestone
I have a use case where I with to pass a
List<String?>
in thewithData
function. However, the function requires a non-nullable typeTypeVariable<T>
eg:
The text was updated successfully, but these errors were encountered: