android / android/codelab-android-compose

[TestingCodelab] (Optional Exercise): How to access state in RallyApp

Open
#238 7 comments 0 reactions 1 assignee Claimed by @JoseAlcerreca View on GitHub
Dominant language
Kotlin
Stars
1.7k
Forks
799
PR merge metrics
No merged PRs in 30d

Description

Hi, in the hints for Step 7, it says
> The scope of the test needs to include the state, which is owned by `RallyApp`.

I looked at the implementation of `RallyApp`, and I can see that the state is stored _inside_ the component, so I don't know how I can access it to assert on its value.

Am I supposed to modify the `RallyApp` component to move the state elsewhere, and if so, where? In a ViewModel?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.