| Package | Description |
|---|---|
| net.openhft.chronicle.wire.utils |
| Modifier and Type | Method and Description |
|---|---|
YamlTesterParametersBuilder<T> |
YamlTesterParametersBuilder.addOutputClass(Class<?> outputClass)
Deprecated.
Adds a class to the set of additional output classes.
|
YamlTesterParametersBuilder<T> |
YamlTesterParametersBuilder.agitators(YamlAgitator... agitators)
Deprecated.
Sets the agitators used for modifying test parameters.
|
YamlTesterParametersBuilder<T> |
YamlTesterParametersBuilder.exceptionHandlerFunction(Function<T,net.openhft.chronicle.core.onoes.ExceptionHandler> exceptionHandlerFunction)
Deprecated.
Specifies a custom exception handler function for the test.
|
YamlTesterParametersBuilder<T> |
YamlTesterParametersBuilder.exceptionHandlerFunctionAndLog(boolean exceptionHandlerFunctionAndLog)
Deprecated.
Sets the state of the exceptionHandlerFunctionAndLog flag.
|
YamlTesterParametersBuilder<T> |
YamlTesterParametersBuilder.inputFunction(Function<String,String> inputFunction)
Deprecated.
Sets the input function that transforms input strings.
|
YamlTesterParametersBuilder<T> |
YamlTesterParametersBuilder.testFilter(Predicate<String> testFilter)
Deprecated.
Sets a new test filter predicate.
|
Copyright © 2024. All rights reserved.