-
Notifications
You must be signed in to change notification settings - Fork 344
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
Basic implementation for getCell with MissingCellPolicy. #67
Conversation
Needs a unit test, but the code looks good. Add a test and I'll be good to merge this. |
Will spin one up. EDIT: Will take a while, busy. |
-Unit tests for cummulative changes.
@@ -579,4 +580,30 @@ public void shouldIgnoreSpreadsheetDrawingRows() throws Exception { | |||
} | |||
} | |||
} | |||
|
|||
@Test | |||
public void testShouldReturnNullForMissingCellPolicy_RETURN_BLANK_AS_NULL() throws Exception { |
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.
Looks good to me!
Literally pushed another line for the JUnit 10 seconds after the approval. New pull request? |
Sure, that's fine. What you had looked alright to me, but more tests are always good to have. |
Is just a negative confirmation without the missing cell policy, before the positive with the missing cell policy. |
Will resolve the issues experienced in Issue #33 .