refactor(creator): 진행 중 라이브 컴포넌트를 공통화한다
This commit is contained in:
@@ -102,6 +102,13 @@ Creator/Community Action Phase 테스트 예시:
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.community.action.*"
|
||||
```
|
||||
|
||||
CreatorChannel 현재 라이브 공통 컴포넌트 테스트 예시:
|
||||
```bash
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.creator.channel.ui.CreatorChannelCurrentLiveViewModelTest"
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.creator.channel.CreatorChannelActivitySourceTest"
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.creator.channel.live.CreatorChannelLiveFragmentLayoutTest"
|
||||
```
|
||||
|
||||
Chat Action Phase 테스트 예시:
|
||||
```bash
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.chat.action.*"
|
||||
|
||||
Reference in New Issue
Block a user