hasThrow<E> function

Matcher hasThrow<E>()

Implementation

Matcher hasThrow<E>(){
  return throwsA(TypeMatcher<E>());
}