Class OrganizerListAdapterBindingTest

java.lang.Object
com.example.breeze_seas.OrganizerListAdapterBindingTest

public class OrganizerListAdapterBindingTest extends Object
Binding tests for OrganizerListAdapter.

These tests verify the organizer-side list row fallbacks for entrant names, secondary contact text, and trailing status chips.

  • 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.