T - 比較するオブジェクトの型public class NullMatcher<T>
extends org.hamcrest.BaseMatcher<T>
| コンストラクタと説明 | 
|---|
NullMatcher()  | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
void | 
describeTo(org.hamcrest.Description description)
Generates a description of the object. 
 | 
boolean | 
matches(java.lang.Object o)
Evaluates the matcher for argument item. 
 | 
public boolean matches(java.lang.Object o)
o - the object against which the matcher is evaluated.true if item matches, otherwise false.BaseMatcherpublic void describeTo(org.hamcrest.Description description)
description - The description to be built or appended to.