Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make suggestions of assertions at the end of the test #10

Open
regis1512 opened this issue Jun 6, 2015 · 1 comment
Open

Make suggestions of assertions at the end of the test #10

regis1512 opened this issue Jun 6, 2015 · 1 comment
Assignees

Comments

@regis1512
Copy link
Member

Suppose that the developer using assertJ-DB is writing a test.
The DAO is already written.
The developer check the result in the test database after the first test run.

The idea is to have a static method like :
suggestAssertionsOn(table);
and assertj-DB write in the console an example of assertions with the state of the database.

The example can be copy in the test by the developer like base to finish to write the test.

@regis1512
Copy link
Member Author

It is an idea for a next release.
For the moment, the goal is to make the first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant