| Package | Description |
|---|---|
| org.cthul.matchers.diagnose.nested | |
| org.cthul.matchers.diagnose.result |
| Modifier and Type | Class and Description |
|---|---|
static class |
Nested.Mismatch<T,M extends org.hamcrest.Matcher<?>> |
static class |
Nested.Result<T,M extends org.hamcrest.Matcher<?>> |
protected static class |
NestedMatcher.NestedMismatch<T,M extends org.hamcrest.Matcher<?>> |
protected static class |
NestedMatcher.NestedResult<T,M extends org.hamcrest.Matcher<?>> |
protected static class |
NestedResultMatcher.NestedMismatch<T,M extends org.hamcrest.Matcher<?>> |
protected static class |
NestedResultMatcher.NestedResult<T,M extends org.hamcrest.Matcher<?>> |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Nested.Match.nestedDescribeExpected(int myPrecedence,
MatchResult.Mismatch<?> nested,
org.hamcrest.Description d) |
protected void |
Nested.Match.nestedDescribeExpected(int myPrecedence,
MatchResult.Mismatch<?> nested,
org.hamcrest.Description d,
String message) |
protected void |
Nested.Mismatch.nestedDescribeExpected(MatchResult.Mismatch<?> nested,
org.hamcrest.Description d) |
protected void |
Nested.Mismatch.nestedDescribeExpected(MatchResult.Mismatch<?> nested,
org.hamcrest.Description d,
String message) |
protected void |
Nested.Match.nestedDescribeMismatch(int myPrecedence,
MatchResult.Mismatch<?> nested,
org.hamcrest.Description d) |
protected void |
Nested.Match.nestedDescribeMismatch(int myPrecedence,
MatchResult.Mismatch<?> nested,
org.hamcrest.Description d,
String message) |
protected void |
Nested.Mismatch.nestedDescribeMismatch(MatchResult.Mismatch<?> nested,
org.hamcrest.Description d) |
protected void |
Nested.Mismatch.nestedDescribeMismatch(MatchResult.Mismatch<?> nested,
org.hamcrest.Description d,
String message) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMatchResult<T,M extends org.hamcrest.Matcher<?>>
Implements a match result that can be either a match or a mismatch.
|
class |
AtomicMismatch<I,M extends org.hamcrest.Matcher<?>>
A mismatch that is not nested.
|
class |
MatchResultMismatch<T,M extends org.hamcrest.Matcher<?>>
Implements a failed match.
|
class |
MatchResultProxy<I,M extends org.hamcrest.Matcher<?>>
Can be used as a base class to decorate another match result.
|
| Modifier and Type | Method and Description |
|---|---|
MatchResult.Mismatch<T> |
MatchResultSuccess.getMismatch() |
MatchResult.Mismatch<T> |
MatchResultMismatch.getMismatch() |
MatchResult.Mismatch<T> |
MatchResult.getMismatch()
Returns details about a failed match.
|
MatchResult.Mismatch<T> |
AbstractMatchResult.getMismatch() |
protected MatchResult.Mismatch<?> |
MatchResultProxy.mismatch()
For internal use.
|
Copyright © 2015. All rights reserved.