| Modifier and Type | Class and Description |
|---|---|
class |
AndChainMatcher<T>
Conjunction of multiple matchers.
|
static class |
AndChainMatcher.Builder<T> |
class |
ChainBuilderBase<T>
Build a matcher chain using a
ChainFactory. |
class |
MatcherChainBase<T>
Combines multiple matchers.
|
class |
NOrChainMatcher<T> |
static class |
NOrChainMatcher.Builder<T> |
class |
OrChainMatcher<T> |
static class |
OrChainMatcher.Builder<T> |
class |
SomeOfChainMatcher<T>
Conjunction of multiple matchers.
|
static class |
SomeOfChainMatcher.Builder<T> |
class |
XOrChainMatcher<T> |
static class |
XOrChainMatcher.Builder<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
QuickResultMatcherBase<T>
A matcher that focuses on returning a
MatchResult. |
| Modifier and Type | Class and Description |
|---|---|
class |
MatcherDescription<T>
Overrides the description of a matcher.
|
class |
NestedMatcher<T>
Combines multiple matchers.
|
class |
NestedResultMatcher<T>
Combines multiple matchers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MatcherProxy<T>
Redirects all calls to another matcher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypesafeFeatureMatcher<V,F> |
class |
TypesafeNestedMatcher<T>
Combines multiple matchers.
|
class |
TypesafeNestedResultMatcher<T>
Combines multiple matchers.
|
class |
TypesafeQuickDiagnoseMatcher<T>
A typesafe matcher that matches and diagnoses in one step.
|
class |
TypesafeQuickResultMatcher<T>
A matcher that focuses on returning a
MatchResult. |
| Modifier and Type | Class and Description |
|---|---|
class |
CausedBy
Matches exception chains.
|
class |
ExceptionMessage
Matches the message of an exception.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HasDescription |
class |
HasMatchResult<T> |
class |
IsMatchResult<T> |
class |
MatcherAccepts<T> |
class |
MatchResultExpected |
| Modifier and Type | Class and Description |
|---|---|
class |
CIs<T> |
class |
InstanceOf<T>
Example:
Object o = "foobar;
assertThat(o, isA(String.class).thatIs(foo()).and(bar());
|
| Modifier and Type | Class and Description |
|---|---|
class |
Raises |
class |
Returns |
Copyright © 2015. All rights reserved.