|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.testinfected.hamcrest.core.StringMatchers
public class StringMatchers
A collection of matchers for Strings.
| Constructor Summary | |
|---|---|
StringMatchers()
|
|
| Method Summary | |
|---|---|
static org.hamcrest.Matcher<java.lang.String> |
being(java.lang.Object expected)
Checks that a string is equal to the string representation of an expected value. |
static org.hamcrest.Matcher<java.lang.String> |
isBlank()
Checks that a string is empty or contains only blank characters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringMatchers()
| Method Detail |
|---|
public static org.hamcrest.Matcher<java.lang.String> isBlank()
public static org.hamcrest.Matcher<java.lang.String> being(java.lang.Object expected)
expected - the object to compare against.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||