程序包 org.hamcrest

类 TypeSafeDiagnosingMatcher<T>

    • 构造器概要

      构造器 
      限定符构造器说明
      protected TypeSafeDiagnosingMatcher()
      The default constructor for simple sub types
      protected TypeSafeDiagnosingMatcher​(Class<?> expectedType)
      Use this constructor if the subclass that implements matchesSafely is not the class that binds <T> to a type.
      protected