public class Recorder extends Object
| Constructor and Description |
|---|
Recorder() |
| Modifier and Type | Method and Description |
|---|---|
protected static Recording |
with(Class<?> clazz,
String template,
ReplacementPattern replacementPattern,
TabSize tabSize) |
protected static Recording |
with(Class<?> clazz,
String template,
TabSize tabSize)
Deprecated.
|
static Recording |
with(String template) |
static Recording |
with(String template,
ReplacementPattern replacementPattern,
TabSize tabSize) |
static Recording |
with(String template,
TabSize tabSize) |
public static Recording with(String template, ReplacementPattern replacementPattern, TabSize tabSize)
@Deprecated protected static Recording with(Class<?> clazz, String template, TabSize tabSize)
protected static Recording with(Class<?> clazz, String template, ReplacementPattern replacementPattern, TabSize tabSize)
Copyright © 2023. All rights reserved.