-
Notifications
You must be signed in to change notification settings - Fork 123
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
Assigning node labels. #156
Comments
Apologies, the forth node is meant to have a |
if anyone is interested, here's a work around: You import the label as a property, and assign it as an actual label in your test setup:
|
Hi, first of all thank you very much for using NoSQLUnit. The answer, no it is not supported yet, but if you want and can you can provide a PR fixing it. It is about adding It should not be very difficult if you can contribute, the PR would be more than welcomed. |
Is it possible to assign node labels in the xml?
From what I can see here and here I should be using the following format to assign labels to nodes:
This doesn't work for the neo4j java API.
Here's my full graph xml:
And my test code:
Is it possible to configure nosql-unit to assign labels this way?
The text was updated successfully, but these errors were encountered: