| Constructor and Description |
|---|
StringMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<String> |
being(Object expected)
Checks that a string is equal to the string representation of an expected value.
|
static org.hamcrest.Matcher<String> |
isBlank()
Checks that a string is empty or contains only blank characters.
|
public static org.hamcrest.Matcher<String> isBlank()
Copyright © 2013. All Rights Reserved.