| Interface | Description |
|---|---|
| QuickDiagnosingMatcher<T> |
A
Matcher that is able to match and diagnose in one step, but, unlike
DiagnosingMatcher, also provides an efficient implementation for the
simple match. |
| Class | Description |
|---|---|
| QuickDiagnose |
Provides utility methods to get quick-diagnose features for matchers
of unknown type.
|
| QuickDiagnosingMatcherBase<T> |
All
QuickDiagnosingMatcher implementations should extend this class,
or QuickMatcherBase. |
| QuickMatcherBase<T> |
Implements
QuickDiagnosingMatcher interface,
but matches and describes in separate steps. |
| QuickResultMatcherBase<T> |
A matcher that focuses on returning a
MatchResult. |
| SelfDescribingBase |
Implements
SelfDescribingBase.toString() to return the description. |
Copyright © 2015. All rights reserved.