public abstract class BaseMatcher<T> extends Object implements Matcher<T>
Matcher
Constructor and Description |
---|
BaseMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
_dont_implement_Matcher___instead_extend_BaseMatcher_()
This method simply acts a friendly reminder not to implement Matcher directly and
instead extend BaseMatcher.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
describeTo
public final void _dont_implement_Matcher___instead_extend_BaseMatcher_()
Matcher
_dont_implement_Matcher___instead_extend_BaseMatcher_
in interface Matcher<T>
Matcher._dont_implement_Matcher___instead_extend_BaseMatcher_()
Copyright © 2018. All rights reserved.