... way to do this using AssertJ? My own solution is to do: assertThat(list).extracting("name").containsExactlyInAnyOrder("Alice", "Bob"); list.stream() ...
確定! 回上一頁