Class UI_Test.RecyclerViewItemCountAssertion

java.lang.Object
com.example.cardiacrecorder.UI_Test.RecyclerViewItemCountAssertion
All Implemented Interfaces:
androidx.test.espresso.ViewAssertion
Enclosing class:
UI_Test

public class UI_Test.RecyclerViewItemCountAssertion extends Object implements androidx.test.espresso.ViewAssertion
  • Field Details

    • expectedCount

      private final int expectedCount
  • Constructor Details

    • RecyclerViewItemCountAssertion

      public RecyclerViewItemCountAssertion(int expectedCount)
  • Method Details

    • check

      public void check(android.view.View view, androidx.test.espresso.NoMatchingViewException noViewFoundException)
      Specified by:
      check in interface androidx.test.espresso.ViewAssertion