| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
TextMethodTester<T>
Provides a tester for methods with text input, primarily focused on YAML testing.
|
class |
YamlMethodTester<T>
Extends the
TextMethodTester for testing methods with YAML-based wire format. |
| Modifier and Type | Method and Description |
|---|---|
static YamlTester |
YamlTester.runTest(Class<?> implClass,
String path)
Deprecated.
Executes tests for a given implementation class using the specified YAML files.
|
static <T> YamlTester |
YamlTester.runTest(Function<T,Object> builder,
Class<T> outClass,
String path)
Deprecated.
Executes tests for a component built using the provided builder function.
|
static <T> YamlTester |
YamlTester.runTest(Function<T,Object> builder,
Function<WireOut,T> outFunction,
String path)
Deprecated.
Executes tests on a component constructed by the given builder function and outputs the result using
the provided outFunction.
|
Copyright © 2024. All rights reserved.