-
Notifications
You must be signed in to change notification settings - Fork 2.2k
FINERACT-2421: Add unit tests for ExternalIdFactory #5276
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
FINERACT-2421: Add unit tests for ExternalIdFactory #5276
Conversation
|
Fix pushed |
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.
Not relevant change for testing ExternalIdFactory. Please remove!
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.
Not relevant change for testing ExternalIdFactory. Please remove!
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.
Not relevant change for testing ExternalIdFactory. Please remove!
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.
Not relevant change for testing ExternalIdFactory. Please remove!
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.
Not relevant change for testing ExternalIdFactory. Please remove!
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.
Not relevant change for testing ExternalIdFactory. Please remove!
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.
Not relevant change for testing ExternalIdFactory. Please remove!
adamsaghy
left a comment
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.
Please remove not relevant changes!
Cast null to String to resolve ambiguous method call between produce(String) and produce(List<String>) overloads.
c7834eb to
e38679b
Compare
Done |
|
@airajena Please squash you commits next time! |
Description
This PR adds comprehensive unit tests for the
ExternalIdFactoryclass in thefineract-coremodule.Changes
ExternalIdFactoryTest.javawith 8 test methods covering:produce(String)- tests for valid, null, empty, and blank stringsproduce(List<String>)- tests for valid lists, mixed values, null list, and empty listTesting
Related Issue
FINERACT-2421