| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.utils |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
TextMethodTester.agitate(YamlAgitator agitator) |
| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateMessageAgitator
Deprecated.
|
class |
MessageMissingAgitator
Deprecated.
|
class |
MissingFieldAgitator
Deprecated.
|
class |
OverrideFieldAgitator
Deprecated.
|
class |
RegexFieldAgitator
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static YamlAgitator |
YamlAgitator.duplicateMessage()
Deprecated.
Provides a YamlAgitator that duplicates messages.
|
static YamlAgitator |
YamlAgitator.duplicateMessage(int limit)
Deprecated.
Provides a YamlAgitator that duplicates messages up to a given limit.
|
static YamlAgitator |
YamlAgitator.messageMissing()
Deprecated.
Provides a YamlAgitator that handles missing messages.
|
static YamlAgitator |
YamlAgitator.messageMissing(int limit)
Deprecated.
Provides a YamlAgitator that handles missing messages up to a given limit.
|
static YamlAgitator |
YamlAgitator.missingFields(String... fields)
Deprecated.
Provides a YamlAgitator that flags specified fields as missing.
|
static YamlAgitator |
YamlAgitator.overrideFields(String... fields)
Deprecated.
Provides a YamlAgitator that overrides the values of specified fields.
|
static YamlAgitator |
YamlAgitator.replaceAll(String name,
String regex,
String replaceAll)
Deprecated.
Provides a YamlAgitator that applies regex transformations on fields.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
YamlTester.agitate(YamlAgitator agitator)
Deprecated.
Generates additional tests based on the current test configuration by using a specified YamlAgitator.
|
YamlTesterParametersBuilder<T> |
YamlTesterParametersBuilder.agitators(YamlAgitator... agitators)
Deprecated.
Sets the agitators used for modifying test parameters.
|
Copyright © 2024. All rights reserved.