This PR adds comprehensive unit tests for the Contact class in com.fleencorp.feen.model.domain.share. The tests cover nullability, non-nullability, equality, and non-equality scenarios, following our code guidelines and test patterns.
Changes
Created a unit test for Contact class
Followed patterns of unit test as found in FleenFeenEntityTest and Oauth2AuthorizationTest
Use snake_case for @Test case method names
Add test cases for Contact object creation and property validation
Test Coverage
New tests cover:
Nullability and non-nullability checks for all properties
Description
This PR adds comprehensive unit tests for the
Contact
class incom.fleencorp.feen.model.domain.share
. The tests cover nullability, non-nullability, equality, and non-equality scenarios, following our code guidelines and test patterns.Changes
Contact
classFleenFeenEntityTest
andOauth2AuthorizationTest
@Test
case method namesContact
object creation and property validationTest Coverage
New tests cover: