Package com.example.cardiacrecorder
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(android.view.View view, androidx.test.espresso.NoMatchingViewException noViewFoundException)
-
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:
checkin interfaceandroidx.test.espresso.ViewAssertion
-