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

Provide mechanism to run assertions on API present in only some Neo4j versions #59

Open
fbiville opened this issue May 20, 2020 · 0 comments

Comments

@fbiville
Copy link
Collaborator

assertj-neo4j should work with all versions of Neo4j from 3.0.0 to the latest stable one (4.0.4 at the time of writing).

However, some API have been introduced after 3.0.0, some have disappeared.
To solve this, assertions on such unstable APIs should rely on:

  • reflection in the assertion code
  • bytecode generation in the tests to check both scenarios (present vs absent API)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant