Skip to content

Conversation

@gem-neo4j
Copy link
Contributor

Migrate more tests from Junit 4

Copy link
Contributor

@Lojjs Lojjs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work! A few minor things and questions and one optional task if you are really bored

MATCH (d)-[l:FLIGHTS_TO]->(p) return r as rel1,h as rel2""";

@Before
public void setUp() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional: If you have enough energy, you could also remove public from all test classes and tests. Intellij are flagging it as warnings in junit 6

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh according to google you are correct, weird my intellij doesn't warn on it, maybe I am missing a setting somewhere!

* @author inserpio
* @since 25.8.2016
*/
@EnterpriseDbmsExtension()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one should be able to have createDatabasePerTest = false as well as we are not creating any data

Copy link
Contributor

@Lojjs Lojjs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏅 Great

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants