-
Notifications
You must be signed in to change notification settings - Fork 13
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
Adding unit tests #40
Adding unit tests #40
Conversation
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.
LGTM
assertEquals(driverConfig.getDeviceDriverManager(), driverManager); | ||
assertTrue(driverConfig.toString().contains("test")); | ||
} | ||
} |
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.
minor: end of file newline
EventStreamClientFactory clientFactory = pravegaClientPool.getEventStreamClientFactory(new PravegaClientConfig(URI.create("tcp://localhost:12345"), "testScope")); | ||
System.out.println("clientConfig = " + clientFactory.toString()); | ||
} | ||
} |
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.
minor: end of file newline
@kuldeepk3 Please add description to the PR following this pattern Change log description Purpose of the change Pointer to issue or bug or otherwise short description of problem. What the code does What code actual does? How to verify it |
Add more unit tests to increase code coverage. Signed-off-by: Kuldeep Kumar <[email protected]>
Change log description
Add more unit tests to increase code coverage.
Purpose of the change
Several classes have missing coverage
What the code does
Add more unit tests to increase code coverage.
How to verify it
All tests should pass.