docs(creator): 채널 표시 정리 문서를 완료한다
This commit is contained in:
@@ -132,6 +132,16 @@ CreatorChannel 현재 라이브 공통 컴포넌트 테스트 예시:
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.creator.channel.live.CreatorChannelLiveFragmentLayoutTest"
|
||||
```
|
||||
|
||||
CreatorChannel 팬톡 locale 테스트 예시:
|
||||
```bash
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.creator.channel.fantalk.CreatorChannelFanTalkAdapterLocaleTest"
|
||||
```
|
||||
|
||||
CreatorChannel 커뮤니티 상대 시간 locale 테스트 예시:
|
||||
```bash
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.creator.channel.community.CreatorChannelCommunityRelativeTimeLocaleTest"
|
||||
```
|
||||
|
||||
Chat Action Phase 테스트 예시:
|
||||
```bash
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.chat.action.*"
|
||||
|
||||
Reference in New Issue
Block a user