mirror of
https://github.com/android/skills.git
synced 2026-09-14 20:07:09 +08:00
Updates skills (2026-07-06 08:06)
This commit is contained in:
@@ -6,7 +6,7 @@ description: Analyze and create a testing strategy for native Android apps - ins
|
||||
license: Complete terms in LICENSE.txt
|
||||
metadata:
|
||||
author: Google LLC
|
||||
last-updated: '2026-06-02'
|
||||
last-updated: '2026-06-25'
|
||||
keywords:
|
||||
- android
|
||||
- testing
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ can't call `setContent` on a rule created with `createAndroidComposeRule()` if
|
||||
the activity already calls it.
|
||||
|
||||
A common pattern to achieve this is to create an `AndroidComposeTestRule` using
|
||||
an empty activity such as [`ComponentActivity`](https://developer.android.com/reference/androidx/activity/ComponentActivity)).
|
||||
an empty activity such as [`ComponentActivity`](https://developer.android.com/reference/androidx/activity/ComponentActivity).
|
||||
|
||||
class MyComposeTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user