-
Notifications
You must be signed in to change notification settings - Fork 22
Add Optional test, remove invalid assertions from tests #70
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #70 +/- ##
============================================
- Coverage 78.44% 77.89% -0.55%
+ Complexity 180 179 -1
============================================
Files 23 23
Lines 552 552
Branches 60 60
============================================
- Hits 433 430 -3
- Misses 93 96 +3
Partials 26 26
Continue to review full report at Codecov.
|
| Assert.assertEquals(COLUMN_NODE, schemaTypes.get(0)); | ||
| Assert.assertEquals(COLUMN_RELATION, schemaTypes.get(1)); | ||
| Assert.assertEquals(COLUMN_SCALAR, schemaTypes.get(2)); |
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.
remove line 184
please annotate getSchemaTypes as @deprecated both in the interface and the implemented class, with explenation why it is deprecated
| Assert.assertEquals(COLUMN_NODE, schemaTypes.get(0)); | ||
| Assert.assertEquals(COLUMN_RELATION, schemaTypes.get(1)); | ||
| Assert.assertEquals(COLUMN_SCALAR, schemaTypes.get(2)); |
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.
remove line 368 and all other lines using schemaTypes
| Assert.assertEquals(COLUMN_NODE, schemaTypes.get(0)); | ||
| Assert.assertEquals(COLUMN_RELATION, schemaTypes.get(1)); |
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.
remove line 410 and all the lines using schema types
| Assert.assertEquals(COLUMN_NODE, schemaTypes.get(0)); | ||
| Assert.assertEquals(COLUMN_RELATION, schemaTypes.get(1)); |
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.
remove line 457 and all line using schemaTypes
| Assert.assertEquals(COLUMN_NODE, schemaTypes.get(0)); | ||
| Assert.assertEquals(COLUMN_RELATION, schemaTypes.get(1)); |
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.
remove line 490 and all lines using schemaTypes
| Assert.assertEquals(COLUMN_NODE, schemaTypes.get(0)); | ||
|
|
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.
remove line 563 and all lines using schemaTypes
No description provided.