- 333efdd Update versions of libraries for re-spin release by natnaelbelay · 11 months ago
- b9abdab Move Glance and RemoteViews groups to 1.1.0 beta. by Zak Cohen · 12 months ago
- 81d92b1 Handle API feedback: Keep the reified variants as the only way to pass class types in test assertions / filters. by Shamali P · 1 year, 3 months ago
- 16ca36b Adds assertions for testing `actionRunCallback`. Also adds additional shorthand "class type" based variants to the existing action related test filters and assertions. See relNote. by Shamali P · 1 year, 4 months ago
- ed71bb7 [Unit test lib] Add filters for progress indicators and nodes with any descendant matching a matcher. by Shamali P · 1 year, 6 months ago
- 30bab83 [Unit test lib] Add `onAllNodes` method that returns a `GlanceNodeAssertionCollection` to perform assertions on collection of nodes. Supported assertions on collections include: `assertAll`, `assertAny`, `assertCountEquals`. Additionally, following operations can be performed on a collection: `filter` to filter the collection via a matcher, `get` to get node at an index in collection. Also adds a `onChildren` method that allows performing assertions on children of a node returned by `onNode`. by Shamali P · 1 year, 6 months ago
- 8379b3e [Unit test lib] Add operators for matchers - namely - `and`, `or` and `not`. Also adds `assertHasText` shorthand for asserting that a node has given text. by Shamali P · 1 year, 6 months ago
- 4104f88 [Unit test lib] Add surface-common filters and assertions for click actions (hasClickAction, hasNoClickAction, hasStartActivityClickAction). by Shamali P · 1 year, 6 months ago
- 67abefb [Unit test lib] Add `runGlanceAppWidgetUnitTest` similar to compose's `runComposeUiTest` that provides scoped functions such as `provideContent`, `onNode` etc. to be able to write unit tests. by Shamali P · 1 year, 7 months ago
- 5099642 [Unit test lib] Add base assertions, matchers, and two emittable based filters to start with (matching compose as much possible). More to follow. by Shamali P · 1 year, 7 months ago
- d5f7d2f [Unit test lib] Create a base representation of a GlanceNode for testing in base layer (glance-testing) lib. by Shamali P · 1 year, 7 months ago