次のアサーションをどのように記述できますか。
org.junit.Assert.assertTrue(result.any { it.name == "Foo" })
Google トゥルースとassertThat
?
com.google.common.truth.Truth.assertThat(result...
次のアサーションをどのように記述できますか。
org.junit.Assert.assertTrue(result.any { it.name == "Foo" })
Google トゥルースとassertThat
?
com.google.common.truth.Truth.assertThat(result...