Class | Description |
---|---|
LevenshteinDistance | |
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.
|
ViewTreeAssert |
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.
|
ViewTreeUtil |
Utility methods for
ViewTreeAssert . |