Android Testing

Use when writing, fixing, or refactoring Android/KMP code in Kotlin — a test-first (RED-GREEN-REFACTOR) foundation plus the Android/KMP test traps: Compose-test dispatching (StandardTestDispatcher default, the two-schedulers trap), semantics-first selectors, choosing the smallest test shape, test-clock vs wall-clock, animation/screenshot determinism, and a `commonTest` name that fails the iOS compile while `jvmTest` stays green.

rcosteira79 4b47df8 8.2 KB Updated

File contents

rcosteira79/android-skills/tree/main/plugins/android-skills/skills/android-testing commit 4b47df895b

Frequently asked questions

npx skillmds@latest add rcosteira79/android-testing