Skip to content

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

@men-devnat-grenoble

Description

@men-devnat-grenoble

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions