| Package | Description |
|---|---|
| org.cthul.matchers | |
| org.cthul.matchers.object |
| Modifier and Type | Method and Description |
|---|---|
static <T> CIs<T> |
CthulMatchers._has(org.hamcrest.Matcher<? super T> matcher) |
static <T> CIs<T> |
CthulMatchers._is(org.hamcrest.Matcher<? super T> matcher) |
static <T> CIs<T> |
CthulMatchers._isNot(org.hamcrest.Matcher<? super T> matcher) |
static <T> CIs<T> |
CthulMatchers._not(org.hamcrest.Matcher<? super T> matcher) |
static <T> CIs<T> |
CthulMatchers.has(org.hamcrest.Matcher<? super T> matcher) |
static <T> CIs<T> |
CthulMatchers.is(org.hamcrest.Matcher<? super T> matcher) |
static <T> CIs<T> |
CthulMatchers.isNot(org.hamcrest.Matcher<? super T> matcher) |
static <T> CIs<T> |
CthulMatchers.not(org.hamcrest.Matcher<? super T> matcher) |
| Modifier and Type | Method and Description |
|---|---|
static <T> CIs<T> |
CIs._has(org.hamcrest.Matcher<? super T> matcher) |
static <T> CIs<T> |
CIs._is(org.hamcrest.Matcher<? super T> matcher) |
static <T> CIs<T> |
CIs._isNot(org.hamcrest.Matcher<? super T> matcher) |
static <T> CIs<T> |
CIs._not(org.hamcrest.Matcher<? super T> matcher) |
static <T> CIs<T> |
CIs.has(org.hamcrest.Matcher<? super T> matcher) |
static <T> CIs<T> |
CIs.is(org.hamcrest.Matcher<? super T> matcher) |
static <T> CIs<T> |
CIs.isNot(org.hamcrest.Matcher<? super T> matcher) |
static <T> CIs<T> |
CIs.not(org.hamcrest.Matcher<? super T> matcher) |
Copyright © 2015. All rights reserved.