Deprecated API


Contents
Deprecated Methods
org.hamcrest.Matcher._dont_implement_Matcher___instead_extend_BaseMatcher_()
          to make 
org.hamcrest.BaseMatcher._dont_implement_Matcher___instead_extend_BaseMatcher_()
           
org.hamcrest.CoreMatchers.is(Class)
          use isA(Class type) instead. 
org.hamcrest.core.Is.is(Class)
          use isA(Class type) instead.