public static class ExampleMatcher.GenericPropertyMatchers extends Object
ExampleMatcher.GenericPropertyMatcher.| Constructor and Description |
|---|
GenericPropertyMatchers() |
public static ExampleMatcher.GenericPropertyMatcher ignoreCase()
ExampleMatcher.GenericPropertyMatcher that matches string case insensitive.public static ExampleMatcher.GenericPropertyMatcher caseSensitive()
ExampleMatcher.GenericPropertyMatcher that matches string case sensitive.public static ExampleMatcher.GenericPropertyMatcher contains()
ExampleMatcher.GenericPropertyMatcher that matches string using ExampleMatcher.StringMatcher.CONTAINING.public static ExampleMatcher.GenericPropertyMatcher endsWith()
ExampleMatcher.GenericPropertyMatcher that matches string using ExampleMatcher.StringMatcher.ENDING.public static ExampleMatcher.GenericPropertyMatcher startsWith()
ExampleMatcher.GenericPropertyMatcher that matches string using ExampleMatcher.StringMatcher.STARTING.public static ExampleMatcher.GenericPropertyMatcher exact()
ExampleMatcher.GenericPropertyMatcher that matches string using ExampleMatcher.StringMatcher.EXACT.public static ExampleMatcher.GenericPropertyMatcher storeDefaultMatching()
ExampleMatcher.GenericPropertyMatcher that matches string using ExampleMatcher.StringMatcher.DEFAULT.public static ExampleMatcher.GenericPropertyMatcher regex()
ExampleMatcher.GenericPropertyMatcher that matches string using ExampleMatcher.StringMatcher.REGEX.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.