public abstract class CustomMatcher extends Util
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomMatcher.CVV |
static class |
CustomMatcher.Expiration |
static class |
CustomMatcher.Luhn |
static class |
CustomMatcher.Type |
| Constructor and Description |
|---|
CustomMatcher() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<String> |
validCVV() |
static org.hamcrest.Matcher<String> |
validExpiration() |
static org.hamcrest.Matcher<String> |
validNumber() |
static org.hamcrest.Matcher<String> |
validType() |
Copyright © 2018. All rights reserved.