Package | Description |
---|---|
org.hamcrest.core |
Fundamental matchers of objects and values, and composite matchers.
|
Modifier and Type | Class and Description |
---|---|
class |
StringContains
Tests if the argument is a string that contains a specific substring.
|
class |
StringEndsWith
Tests if the argument is a string that ends with a specific substring.
|
class |
StringStartsWith
Tests if the argument is a string that starts with a specific substring.
|
Copyright © 2020. All rights reserved.