您可以使用
IsNull.nullValue()方法:
import static org.hamcrest.Matchers.is;import static org.hamcrest.Matchers.nullValue;assertThat(attr.getValue(), is(nullValue()));
欢迎分享,转载请注明来源:内存溢出
您可以使用
IsNull.nullValue()方法:
import static org.hamcrest.Matchers.is;import static org.hamcrest.Matchers.nullValue;assertThat(attr.getValue(), is(nullValue()));
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)