Possibility to use Condition in hasValues of row assertions
Open
- Dominant language
- Java
- Stars
- 130
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
I would like to include condition objects when I call the hasValue method of a row assertion
```
softAssertions.assertThat(changes)
.changeOnTableWithPks(tableName, primaryKeyValue)
.isCreation()
.rowAtEndPoint()
.hasValues(1, 'Test', new HamcrestCondition<>(Matchers.greaterThan(2)));
```
Contributor guide
Assessment
This issue has not been assessed yet.