Merge pull request #68 from fknives/compose

Compose
This commit is contained in:
Gergely Hegedis 2022-04-11 13:06:56 +03:00 committed by GitHub
commit 1abd50468f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1458 additions and 2 deletions

View file

@ -161,6 +161,9 @@ In this section we will see how to test component depending on context such as R
In this tests we will also see how to interact with View components in tests via Espresso.
We will also see how to test a specific Activity (same concept can be applied to fragments)
Bonus:
* Testing Compose UI: Open the [compose instruction set](./codekata/compose.instructionset.md)
#### Robolectric and Android Tests.
Open the [shared tests instruction set](./codekata/sharedtests.instructionset.md).