public class BytesTextMethodTester<T> extends Object
Constructor and Description |
---|
BytesTextMethodTester(String input,
Function<T,Object> componentFunction,
Class<T> outputClass,
String output) |
Modifier and Type | Method and Description |
---|---|
String |
actual() |
Function<String,String> |
afterRun() |
@NotNull BytesTextMethodTester |
afterRun(UnaryOperator<String> afterRun) |
String |
expected() |
@NotNull BytesTextMethodTester |
run() |
String |
setup() |
@NotNull BytesTextMethodTester |
setup(String setup) |
public String setup()
@NotNull public @NotNull BytesTextMethodTester setup(String setup)
@NotNull public @NotNull BytesTextMethodTester afterRun(UnaryOperator<String> afterRun)
@NotNull public @NotNull BytesTextMethodTester run() throws IOException, IllegalArgumentException, IllegalStateException, BufferUnderflowException
public String expected()
public String actual()
Copyright © 2023. All rights reserved.