Cucumber JVM add on library to verify Database Tables.
![Image of Architecture] (arch.png)
Available datasource connectivity -
-
JDBI - register JDBI handle using JdbiAdapter.initialize(Handle)
-
Spring Adapter - register Spring jdbc template using SpringAdapter.initialize(JdbcTemplate)
To add description
The following examples shows various options with asserting the database tables
Then I verify that the table "authors" has the following entries
| id | name |
| 1000 | Martin Fowler |
| 1001 | Kent Beck |
Then I verify that the table "authors" has the following entries in the same order
| id | name |
| 1000 | Martin Fowler |
| 1001 | Kent Beck |
Then I verify that the table "authors" is empty
1.0
To be updated
Should be available in maven central soon.
MIT
Fork and send pull request
All good english names are already taken by other json libraries - lets try italian.