| Package | Description |
|---|---|
| org.cthul.matchers | |
| org.cthul.matchers.exceptions |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionMessage |
CthulMatchers.message(org.hamcrest.Matcher<? super String> messageMatcher) |
static ExceptionMessage |
CthulMatchers.messageContains(Pattern pattern) |
static ExceptionMessage |
CthulMatchers.messageContains(String regex) |
static ExceptionMessage |
CthulMatchers.messageIs(String message) |
static ExceptionMessage |
CthulMatchers.messageMatches(Pattern pattern) |
static ExceptionMessage |
CthulMatchers.messageMatches(String regex) |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionMessage |
ExceptionMessage.message(org.hamcrest.Matcher<? super String> messageMatcher) |
static ExceptionMessage |
ExceptionMessage.messageContains(Pattern pattern) |
static ExceptionMessage |
ExceptionMessage.messageContains(String regex) |
static ExceptionMessage |
ExceptionMessage.messageIs(String message) |
static ExceptionMessage |
ExceptionMessage.messageMatches(Pattern pattern) |
static ExceptionMessage |
ExceptionMessage.messageMatches(String regex) |
Copyright © 2013. All Rights Reserved.