assertThat(defaults).has(new Condition<>(x -> x instanceof String, "a string"));. This looks like it tests that the defaults array contains a string. However, ...
確定! 回上一頁