| Package | Description |
|---|---|
| org.cthul.matchers | |
| org.cthul.matchers.chain | |
| org.cthul.matchers.diagnose | |
| org.cthul.matchers.exceptions | |
| org.cthul.matchers.proc |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainsPattern
Tests if a string contains a regex pattern.
|
class |
InstanceOf<T>
Example:
Object o = "foobar;
assertThat(o, isA(String.class).thatIs(foo()).and(bar());
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndChainMatcher<T>
Conjunction of multiple matchers.
|
static class |
AndChainMatcher.Builder<T> |
class |
ChainBuilder<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 |
XOrChainMatcher<T> |
static class |
XOrChainMatcher.Builder<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
MatcherDescription<T>
Overrides the description of a matcher.
|
class |
NestedMatcher<T>
Combines multiple matchers.
|
class |
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. |
class |
QuickMatcherBase<T>
Implements
QuickDiagnosingMatcher interface,
but matches and describes in separate steps. |
class |
TypesafeQuickDiagnoseMatcherBase<T> |
class |
TypesafeQuickMatcherBase<T> |
| 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 |
Raises |
class |
Returns |
Copyright © 2013. All Rights Reserved.