-
Notifications
You must be signed in to change notification settings - Fork 9
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
Added test cases for backend module for serialisation #11
base: master
Are you sure you want to change the base?
Conversation
<groupId>org.hamcrest</groupId> | ||
<artifactId>hamcrest</artifactId> | ||
<scope>test</scope> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you rebase your branch on master, these dependencies was already added
|
||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove these useless blank lines?
List<User> user = shieldDBGson.toList("[{\"name\":\"shieldDB\"}]"); | ||
|
||
assertEquals(1,user.size()); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove this useless blank line?
|
||
assertEquals("[{\"name\":\"shieldDB\"}]",shieldDBGson.toJson | ||
(Arrays.asList(new User("shieldDB")))); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove this useless blank line?
Added test cases for sheilddb-gson-backend component covering following