-
Notifications
You must be signed in to change notification settings - Fork 261
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 AddressPartTest.java #793
Added AddressPartTest.java #793
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.
@sayed4900 remove unnecessary declarations, use fewer lines as possible.
I have removed them and make sure that everything is good, and make a new commit. |
Hello @sayed4900 could you please move the test folder named |
Isn't it in the right place? |
Can you review last changes? |
Can you review that? |
do a |
src/test/java/org/openelisglobal/address/PersonAddressTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/openelisglobal/address/PersonAddressTest.java
Outdated
Show resolved
Hide resolved
Thanks @mozzy11 for merge, I am very happy. |
@sayed4900 , As a followup comment , these are not intergration tests. |
I do this on this pull request #891 but I add another folder called |
I have added a new unit test file, AddressPartTest.java, to the project. This test file includes tests for the AddressPart class to ensure its functionality behaves as expected.
Changes Made:
Additionally, I have also contributed new unit tests for the OrganizationAddress class. These tests cover various methods of the OrganizationAddress class to ensure its functionality is thoroughly tested and validated.
Changes Made:
I have introduced two new unit test files:
AddressPKTest.java
: This test file validates the functionality of theAddressPK
class.PersonAddressTest.java
: This test file verifies the behavior of thePersonAddress
class.I added integration test and these tests ensure that the interaction between different classes