| Package | Description |
|---|---|
| org.cthul.matchers | |
| org.cthul.matchers.exceptions | |
| org.cthul.matchers.object |
| Modifier and Type | Method and Description |
|---|---|
static <T> InstanceOf<T> |
CthulMatchers._instanceOf(Class<T> clazz) |
static <T> InstanceOf<T> |
CthulMatchers._isA(Class<T> clazz) |
static <T> InstanceOf<T> |
CthulMatchers.a(Class<T> clazz) |
static InstanceOf<Exception> |
CthulMatchers.exception() |
static <T extends Exception> |
CthulMatchers.exception(Class<T> clazz) |
static <T> InstanceOf<T> |
CthulMatchers.instanceOf(Class<T> clazz) |
static <T> InstanceOf<T> |
CthulMatchers.isA(Class<T> clazz) |
static <T> InstanceOf<T> |
CthulMatchers.isInstanceOf(Class<T> clazz) |
static InstanceOf<Throwable> |
CthulMatchers.throwable() |
static <T extends Throwable> |
CthulMatchers.throwable(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static InstanceOf<Exception> |
IsThrowable.exception() |
static <T extends Exception> |
IsThrowable.exception(Class<T> clazz) |
static InstanceOf<Throwable> |
IsThrowable.throwable() |
static <T extends Throwable> |
IsThrowable.throwable(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static <T> InstanceOf<T> |
InstanceOf._instanceOf(Class<T> clazz) |
static <T> InstanceOf<T> |
InstanceOf._isA(Class<T> clazz) |
static <T> InstanceOf<T> |
InstanceOf.a(Class<T> clazz) |
static <T> InstanceOf<T> |
InstanceOf.instanceOf(Class<T> clazz) |
static <T> InstanceOf<T> |
InstanceOf.isA(Class<T> clazz) |
static <T> InstanceOf<T> |
InstanceOf.isInstanceOf(Class<T> clazz) |
Copyright © 2015. All rights reserved.