【发布时间】:2021-08-19 18:34:45
【问题描述】:
我怎样才能写出下面的断言:
org.junit.Assert.assertTrue(result.any { it.name == "Foo" })
与 Google Truth assertThat?
com.google.common.truth.Truth.assertThat(result...
【问题讨论】:
标签: kotlin junit any google-truth assertthat