Uses of Class
liquibase.sdk.verifytest.OutputFormat

Packages that use OutputFormat
liquibase.sdk.verifytest   
 

Uses of OutputFormat in liquibase.sdk.verifytest
 

Subclasses of OutputFormat in liquibase.sdk.verifytest
static class OutputFormat.ArrayFormat
           
static class OutputFormat.CollectionFormat
           
 

Fields in liquibase.sdk.verifytest declared as OutputFormat
static OutputFormat OutputFormat.DefaultFormat
           
static OutputFormat OutputFormat.FromFile
           
 

Methods in liquibase.sdk.verifytest with parameters of type OutputFormat
 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)
           
 

Constructors in liquibase.sdk.verifytest with parameters of type OutputFormat
OutputFormat.ArrayFormat(OutputFormat itemFormatter)
           
OutputFormat.CollectionFormat(OutputFormat itemFormatter)
           
TestPermutation.Value(Object value, OutputFormat format)
           
 



Copyright © 2015 Liquibase.org. All rights reserved.