docs(banner): Phase 7 검증을 기록한다

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-05-28 12:12:24 +09:00
parent 7672a3bbe8
commit df782d7968
2 changed files with 13 additions and 4 deletions

View File

@@ -60,6 +60,11 @@
./gradlew :app:testDebugUnitTest --tests "*TimeUtilsTest*"
```
배너 컴포넌트 테스트 예시:
```bash
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.widget.banner.*"
```
참고:
- 신규 Kotlin 테스트 메서드는 backtick 함수명을 사용하고, 테스트명은 한글 문장으로 작성한다.
- 기존 영어 테스트명을 수정하지 않는 최소 변경 상황을 제외하고, 새 테스트명에 영어 문장을 사용하지 않는다.