public class CustomMatchers extends Object
| Constructor and Description |
|---|
CustomMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static TypeSafeMatcher<String> |
notEmpty()
matches if the given string is not empty.
|
public static TypeSafeMatcher<String> notEmpty()
Copyright © 2015 Caelum. All Rights Reserved.