-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
I've noticed a couple of issues in documentation: https://assertj.github.io/doc/#assertj-db
- The "Add the assertj-db dependency to your project" chapter says to add version 2.0.2 but then the first example uses classes that are missing in 2.0.2 but present in 3.0.0.
import org.assertj.db.type.AssertDbConnection;
import org.assertj.db.type.AssertDbConnectionFactory;
- The line below
Table table = assertDbConnection.table("members");
doesn't compile (in 3.0.0) because table() returns a Table.Builder not a Table.
Metadata
Metadata
Assignees
Labels
No labels