Skip to content

Incorrect documentation #327

@RaraAvis8

Description

@RaraAvis8

I've noticed a couple of issues in documentation: https://assertj.github.io/doc/#assertj-db

  1. 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;
  1. 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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions