android-testing
Installation
SKILL.md
Android Testing Guide
JUnit5, MockK, Turbine, Compose UI Testing을 사용한 테스트 가이드입니다.
Testing Stack
| Type | Framework | Purpose |
|---|---|---|
| Unit | JUnit5 + MockK | ViewModel, UseCase, Repository |
| Flow | Turbine | StateFlow, Channel testing |
| Coroutines | kotlinx-coroutines-test | runTest, advanceUntilIdle |
| UI | Compose Testing | Composable rendering, interaction |
| Integration | Hilt Testing | DI integration |