isA<T> static method

IsAMatcher<T> isA<T>()

isA matches any value of type T.

Implementation

static IsAMatcher<T> isA<T>() => IsAMatcher<T>();