| Interface | Description |
|---|---|
| PrecedencedSelfDescribing | |
| 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 |
|---|---|
| MatcherDescription<T> |
Overrides the description of a matcher.
|
| NestedMatcher<T> |
Combines multiple matchers.
|
| QuickDiagnose | |
| QuickDiagnosingMatcherBase<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. |
| QuickMatcherBase<T> |
Implements
QuickDiagnosingMatcher interface,
but matches and describes in separate steps. |
| TypesafeQuickDiagnoseMatcherBase<T> | |
| TypesafeQuickMatcherBase<T> |
Copyright © 2013. All Rights Reserved.