
public interface StringMatcher<FLUENT>
| Modifier and Type | Method and Description |
|---|---|
FLUENT |
contains(String expected)
Checks whether the text contains the given string.
|
FLUENT |
equalTo(String expected)
Checks whether the text is equal to the given string.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.