我正在使用 AssertJ .我有一个类 MyObj .我有一个 List 的 MyObj . Class MyObj { ... Map<K,V> myMap; ... } 当我使用: assertThat(list).extracting("myMap") ...
確定! 回上一頁