「Android/kotlin/UnitTest/AssertThat」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「 ==AssertThatを使う== app/build.gradleに以下を追加 <pre> dependencies { testImplementation "com.google.truth:truth:1.1" } </pre> 各kotlinファイルに以...」) |
(相違点なし)
|
2021年2月20日 (土) 08:16時点における最新版
AssertThatを使う
app/build.gradleに以下を追加
dependencies { testImplementation "com.google.truth:truth:1.1" }
各kotlinファイルに以下import
import com.google.common.truth.Truth.assertThat