We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If @DataProvider is used directly, providing some properties for trimData and convertNull will let the user distinguish about what see wants.
@DataProvider
trimData
convertNull
Note: follow up on #20.
The text was updated successfully, but these errors were encountered:
Additionally we could make the delimiting regex settable via property splitBy
splitBy
Sorry, something went wrong.
Great idea!
added splitBy, convertNulls and trimValues parameter to @dataProvider (…
a446326
…#24)
minor refactorings for #24
75be4ca
futher minimal refactorings (#24)
836c364
aaschmid
No branches or pull requests
If
@DataProvider
is used directly, providing some properties fortrimData
andconvertNull
will let the user distinguish about what see wants.Note: follow up on #20.
The text was updated successfully, but these errors were encountered: