public class TextArgument extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
longValue |
static String |
mediumValue |
static String |
name |
static String |
shortValue |
static String |
text |
| Constructor and Description |
|---|
TextArgument() |
| Modifier and Type | Method and Description |
|---|---|
static Stream<org.junit.jupiter.params.provider.Arguments> |
all()
Returns an argument list for all predicates
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
string()
Returns an argument list for all string predicates
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
text()
Returns an argument list for all text predicates
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textContains()
Generates arguments for Text.CONTAINS tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textContainsFuzzy()
Generates arguments for Text.CONTAINS_FUZZY tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textContainsPhrase()
Generates arguments for Text.CONTAINS_PHRASE tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textContainsPrefix()
Generates arguments for Text.CONTAINS_PREFIX tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textContainsRegex()
Generates arguments for Text.CONTAINS_REGEX tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textFuzzy()
Generates arguments for Text.FUZZY tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textNotContains()
Generates arguments for Text.NOT_CONTAINS tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textNotContainsFuzzy()
Generates arguments for Text.NOT_CONTAINS_FUZZY tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textNotContainsPhrase()
Generates arguments for Text.NOT_CONTAINS_PHRASE tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textNotContainsPrefix()
Generates arguments for Text.NOT_CONTAINS_PREFIX tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textNotContainsRegex()
Generates arguments for Text.NOT_CONTAINS_REGEX tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textNotFuzzy()
Generates arguments for Text.NOT_FUZZY tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textNotPrefix()
Generates arguments for Text.NOT_PREFIX tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textNotRegex()
Generates arguments for Text.NOT_REGEX tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textPrefix()
Generates arguments for Text.PREFIX tests
|
static Stream<org.junit.jupiter.params.provider.Arguments> |
textRegex()
Generates arguments for Text.REGEX tests
|
public static final String text
public static final String name
public static final String shortValue
public static final String mediumValue
public static final String longValue
public static Stream<org.junit.jupiter.params.provider.Arguments> textContains()
public static Stream<org.junit.jupiter.params.provider.Arguments> textNotContains()
public static Stream<org.junit.jupiter.params.provider.Arguments> textPrefix()
public static Stream<org.junit.jupiter.params.provider.Arguments> textNotPrefix()
public static Stream<org.junit.jupiter.params.provider.Arguments> textContainsPrefix()
public static Stream<org.junit.jupiter.params.provider.Arguments> textNotContainsPrefix()
public static Stream<org.junit.jupiter.params.provider.Arguments> textRegex()
public static Stream<org.junit.jupiter.params.provider.Arguments> textNotRegex()
public static Stream<org.junit.jupiter.params.provider.Arguments> textContainsRegex()
public static Stream<org.junit.jupiter.params.provider.Arguments> textNotContainsRegex()
public static Stream<org.junit.jupiter.params.provider.Arguments> textContainsPhrase()
public static Stream<org.junit.jupiter.params.provider.Arguments> textNotContainsPhrase()
public static Stream<org.junit.jupiter.params.provider.Arguments> textFuzzy()
public static Stream<org.junit.jupiter.params.provider.Arguments> textNotFuzzy()
public static Stream<org.junit.jupiter.params.provider.Arguments> textContainsFuzzy()
public static Stream<org.junit.jupiter.params.provider.Arguments> textNotContainsFuzzy()
public static Stream<org.junit.jupiter.params.provider.Arguments> string()
public static Stream<org.junit.jupiter.params.provider.Arguments> text()
public static Stream<org.junit.jupiter.params.provider.Arguments> all()
Copyright © 2012–2024. All rights reserved.