public final class TextMatchers extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends CharSequence> |
withCaseInsensitivePrefix(String prefix) |
static <T extends CharSequence> |
withCaseInsensitiveSuffix(String suffix) |
static <T extends CharSequence> |
withPrefix(String prefix) |
static <T extends CharSequence> |
withSuffix(String suffix) |
public static <T extends CharSequence> org.hamcrest.Matcher<T> withPrefix(String prefix)
public static <T extends CharSequence> org.hamcrest.Matcher<T> withCaseInsensitivePrefix(String prefix)
public static <T extends CharSequence> org.hamcrest.Matcher<T> withSuffix(String suffix)
public static <T extends CharSequence> org.hamcrest.Matcher<T> withCaseInsensitiveSuffix(String suffix)
Copyright © 2015 Boleslav Bobcik - Auderis. All rights reserved.