| Package | Description |
|---|---|
| org.cthul.matchers | |
| org.cthul.matchers.exceptions |
| Modifier and Type | Method and Description |
|---|---|
static CausedBy |
CthulMatchers.causedBy(Class<? extends Throwable> clazz) |
static CausedBy |
CthulMatchers.causedBy(Class<? extends Throwable> clazz,
org.hamcrest.Matcher<? super Throwable> matcher) |
static CausedBy |
CthulMatchers.causedBy(Class<? extends Throwable> clazz,
String message) |
static CausedBy |
CthulMatchers.causedBy(Class<? extends Throwable> clazz,
String message,
org.hamcrest.Matcher<? super Throwable> matcher) |
static CausedBy |
CthulMatchers.causedBy(org.hamcrest.Matcher<? super Throwable> matcher) |
static CausedBy |
CthulMatchers.causedBy(String message) |
static CausedBy |
CthulMatchers.directlyCausedBy(Class<? extends Throwable> clazz) |
static CausedBy |
CthulMatchers.directlyCausedBy(Class<? extends Throwable> clazz,
org.hamcrest.Matcher<? super Throwable> matcher) |
static CausedBy |
CthulMatchers.directlyCausedBy(Class<? extends Throwable> clazz,
String message) |
static CausedBy |
CthulMatchers.directlyCausedBy(Class<? extends Throwable> clazz,
String message,
org.hamcrest.Matcher<? super Throwable> matcher) |
static CausedBy |
CthulMatchers.directlyCausedBy(org.hamcrest.Matcher<? super Throwable> matcher) |
| Modifier and Type | Method and Description |
|---|---|
static CausedBy |
CausedBy.causedBy(Class<? extends Throwable> clazz) |
static CausedBy |
CausedBy.causedBy(Class<? extends Throwable> clazz,
org.hamcrest.Matcher<? super Throwable> matcher) |
static CausedBy |
CausedBy.causedBy(Class<? extends Throwable> clazz,
String message) |
static CausedBy |
CausedBy.causedBy(Class<? extends Throwable> clazz,
String message,
org.hamcrest.Matcher<? super Throwable> matcher) |
static CausedBy |
CausedBy.causedBy(org.hamcrest.Matcher<? super Throwable> matcher) |
static CausedBy |
CausedBy.causedBy(String message) |
static CausedBy |
CausedBy.directlyCausedBy(Class<? extends Throwable> clazz) |
static CausedBy |
CausedBy.directlyCausedBy(Class<? extends Throwable> clazz,
org.hamcrest.Matcher<? super Throwable> matcher) |
static CausedBy |
CausedBy.directlyCausedBy(Class<? extends Throwable> clazz,
String message) |
static CausedBy |
CausedBy.directlyCausedBy(Class<? extends Throwable> clazz,
String message,
org.hamcrest.Matcher<? super Throwable> matcher) |
static CausedBy |
CausedBy.directlyCausedBy(org.hamcrest.Matcher<? super Throwable> matcher) |
Copyright © 2013. All Rights Reserved.