doesNotHave(nameJohn); // assertion fails with an error message containing "to have:\n <name John>" assertThat(member).has(nameJohn);. The is ...
確定! 回上一頁