| Package | Description |
|---|---|
| org.hamcrest |
The stable API defining Matcher and its associated interfaces and classes.
|
| org.hamcrest.core |
Fundamental matchers of objects and values, and composite matchers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomTypeSafeMatcher<T>
Utility class for writing one off matchers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringContains
Tests if the argument is a string that contains a substring.
|
class |
StringEndsWith
Tests if the argument is a string that contains a substring.
|
class |
StringStartsWith
Tests if the argument is a string that contains a substring.
|
class |
SubstringMatcher |
Copyright © 2002–2020 JUnit. All rights reserved.