| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTabSize
Immutable implementation of
TabSize. |
| Modifier and Type | Method and Description |
|---|---|
static TabSize |
TabSize.spaces(int nr) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTabSize |
ImmutableTabSize.copyOf(TabSize instance)
Creates an immutable copy of a
TabSize value. |
ImmutableTabSize.Builder |
ImmutableTabSize.Builder.from(TabSize instance)
Fill a builder with attribute values from the provided
TabSize instance. |
protected static Recording |
Recorder.with(Class<?> clazz,
String template,
TabSize tabSize) |
static Recording |
Recorder.with(String template,
TabSize tabSize) |
| Constructor and Description |
|---|
Recording(TemplateReference templateReference,
List<String> testSourceCode,
TabSize tabSize) |
Copyright © 2022. All rights reserved.