문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 | |||
|
gradle:testfixtures [2022/04/14 15:17] kwon37xi [상위 모듈 설정] |
gradle:testfixtures [2022/04/15 09:57] (현재) kwon37xi [상위 모듈 설정] |
||
|---|---|---|---|
| 줄 16: | 줄 16: | ||
| testImplementation ' | testImplementation ' | ||
| + | // testFixtures 에 어떤 의존성이 필요할 경우 추가 | ||
| // API dependencies are visible to consumers when building | // API dependencies are visible to consumers when building | ||
| testFixturesApi ' | testFixturesApi ' | ||
| - | |||
| // Implementation dependencies are not leaked to consumers when building | // Implementation dependencies are not leaked to consumers when building | ||
| testFixturesImplementation ' | testFixturesImplementation ' | ||