Skip to content
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

Add ColumnList Test #292

Open
wants to merge 1 commit into
base: upgrade-jdk11
Choose a base branch
from

Conversation

Agaba-derrick
Copy link

Key highlights of this PR:

  • Testing Parcelable Methods: The tests ensure the correct serialization and deserialization of ColumnList objects using the writeToParcel and readFromParcel methods.
  • Real Data, No Mocks: Following our testing approach, the tests use real Column objects instead of mock data, ensuring an accurate simulation of real-world usage.
  • Validation of Edge Cases: Tests cover edge cases such as empty column lists and null inputs to verify that the class handles these scenarios gracefully.

Screenshot 1403-07-30 at 14 48 25
this fixes issue #513 and #507

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant