Package | Description |
---|---|
liquibase.sdk.verifytest |
Modifier and Type | Class and Description |
---|---|
static class |
OutputFormat.ArrayFormat |
static class |
OutputFormat.CollectionFormat |
Modifier and Type | Field and Description |
---|---|
static OutputFormat |
OutputFormat.DefaultFormat |
static OutputFormat |
OutputFormat.FromFile |
Modifier and Type | Method and Description |
---|---|
void |
TestPermutation.data(String key,
Object value,
OutputFormat outputFormat) |
void |
TestPermutation.describe(String key,
Object value,
OutputFormat outputFormat) |
void |
TestPermutation.describeAsGroup(String key,
Object value,
OutputFormat outputFormat) |
void |
TestPermutation.describeAsTable(String key,
Map<String,?> value,
OutputFormat outputFormat) |
void |
TestPermutation.note(String key,
Object value,
OutputFormat outputFormat) |
Constructor and Description |
---|
ArrayFormat(OutputFormat itemFormatter) |
CollectionFormat(OutputFormat itemFormatter) |
Value(Object value,
OutputFormat format) |
Copyright © 2014 Liquibase.org. All rights reserved.