soezen
soezen
When I call setStartPointNow() a lot of connections are opened. One for getting all the tables and then the code loops over all tables and opens another connection for each...
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))); ```
Add posibility to add a condition object in the hasValues method on row asserts (closes #110).