Package com.example.breeze_seas
Class OrganizerListAdapterBindingTest
java.lang.Object
com.example.breeze_seas.OrganizerListAdapterBindingTest
Binding tests for
OrganizerListAdapter.
These tests verify the organizer-side list row fallbacks for entrant names, secondary contact text, and trailing status chips.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidVerifies that organizer rows fall back to the entrant device id when profile details are missing.voidVerifies that organizer rows prefer the entrant's full name and combine email and phone into the secondary summary when both are present.
-
Constructor Details
-
OrganizerListAdapterBindingTest
public OrganizerListAdapterBindingTest()
-
-
Method Details
-
organizerListAdapter_prefersFullNameAndContactSummary
public void organizerListAdapter_prefersFullNameAndContactSummary()Verifies that organizer rows prefer the entrant's full name and combine email and phone into the secondary summary when both are present. -
organizerListAdapter_fallsBackToDeviceIdWhenProfileDetailsAreMissing
public void organizerListAdapter_fallsBackToDeviceIdWhenProfileDetailsAreMissing()Verifies that organizer rows fall back to the entrant device id when profile details are missing.
-