Package nablarch.test

Class NullMatcher<T>

java.lang.Object
org.hamcrest.BaseMatcher<T>
nablarch.test.NullMatcher<T>
Type Parameters:
T - 比較するオブジェクトの型
All Implemented Interfaces:
org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing

public class NullMatcher<T> extends org.hamcrest.BaseMatcher<T>
NullにマッチするMatcherクラス。
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    describeTo(org.hamcrest.Description description)
    boolean

    Methods inherited from class org.hamcrest.BaseMatcher

    _dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NullMatcher

      public NullMatcher()
  • Method Details

    • matches

      public boolean matches(Object o)
    • describeTo

      public void describeTo(org.hamcrest.Description description)