public class Recorder extends Object
| Constructor and Description |
|---|
Recorder() |
| Modifier and Type | Method and Description |
|---|---|
static Recording |
generateMarkDown(String template) |
static String |
read(de.flapdoodle.testdoc.Recorder.TrowingSupplier<InputStream> input) |
static <T> T |
read(de.flapdoodle.testdoc.Recorder.TrowingSupplier<InputStream> input,
Function<BufferedReader,T> bufferMapping) |
static List<String> |
readLines(de.flapdoodle.testdoc.Recorder.TrowingSupplier<InputStream> input) |
public static String read(de.flapdoodle.testdoc.Recorder.TrowingSupplier<InputStream> input)
public static List<String> readLines(de.flapdoodle.testdoc.Recorder.TrowingSupplier<InputStream> input)
public static <T> T read(de.flapdoodle.testdoc.Recorder.TrowingSupplier<InputStream> input, Function<BufferedReader,T> bufferMapping)
Copyright © 2017. All rights reserved.