Skip to content
New issue

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

Add support for char column type in TableRowValueAssert#isEqualTo #43

Closed
men-devnat-grenoble opened this issue Jun 15, 2016 · 1 comment

Comments

@men-devnat-grenoble
Copy link

As a tester I want to be able to check character value on char type column.
At the moment char I have to use the isEqualTo(String) signature to perform this test

assertThat(table).row(3).value("code").isEqualTo('A')

Thanks for your job!

@regis1512
Copy link
Member

Thanks for your suggestion.
It will be a good thing.
I will try to add it in the next version.

regis1512 added a commit that referenced this issue May 6, 2017
Add hasValues(Character...) and containsValues(Character...) for
columns. 
Add hasValues(Character) and hasValues(Character, Character) for columns
of changes.
Implementation of #43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants