import static org.assertj.core.api.Assertions; Assertions.assertThat(myClass.getMyItems()) .hasSize(2) .extracting(MyItem::getName) .
確定! 回上一頁