-
- All Implemented Interfaces:
-
androidx.test.espresso.IdlingResource
public interface DescriptiveIdlingResource implements IdlingResource
-
-
Method Summary
Modifier and Type Method Description abstract String
getDebugName()
abstract Map<String, Object>
getBusyHint()
-
-
Method Detail
-
getDebugName
abstract String getDebugName()
-
getBusyHint
abstract Map<String, Object> getBusyHint()
-
-
-
-