|
|
(同じ利用者による、間の7版が非表示) |
行1: |
行1: |
− | プロジェクト直下で実行
| + | [[android/kotlin/UnitTest/基本]] |
− | <pre>
| + | |
− | # ローカル単体テスト(tests側)
| + | |
− | $ ./gradlew test
| + | |
− | 34 actionable tasks: 20 executed, 14 up-to-date
| + | |
− | # インストゥルメント化単体テスト(androidTests側)
| + | |
− | $ ./gradlew connectedAndroidTest
| + | |
− | 50 actionable tasks: 30 executed, 20 up-to-date
| + | |
− | </pre>
| + | |
| | | |
− | 公式参考:https://developer.android.com/studio/test/command-line?hl=ja#AMOptionsSyntax
| + | [[android/kotlin/UnitTest/エラー]] |
| + | |
| + | [[android/kotlin/UnitTest/mockk]] |
| + | |
| + | [[android/kotlin/UnitTest/AssertThat]] |
| + | |
| + | [[android/kotlin/UnitTest/coroutines]] |
2021年2月20日 (土) 08:15時点における最新版
android/kotlin/UnitTest/基本
android/kotlin/UnitTest/エラー
android/kotlin/UnitTest/mockk
android/kotlin/UnitTest/AssertThat
android/kotlin/UnitTest/coroutines