Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Function objects used for extracting specific information out of Android classes
Link copied to clipboard
A collection of useful predicates over Android views for tests
Link copied to clipboard
class ViewTree
This is a helper class to allow asserting on view trees and recursively verify predicates on its nodes within the narrow abilities that Robolectric affords us.
Link copied to clipboard
class ViewTreeAssert : AbstractAssert<SELF, ACTUAL>
Assertions which require checking an entire view tree NOTE: Assertions looking for visible attributes are limited to checking the visibility of the nodes, but do not check actual layout.
Link copied to clipboard
Utility methods for ViewTreeAssert.