liquibase.sdk.verifytest
Class VerifiedTestWriter

java.lang.Object
  extended by liquibase.sdk.verifytest.VerifiedTestWriter

public class VerifiedTestWriter
extends Object


Constructor Summary
VerifiedTestWriter()
           
 
Method Summary
protected  void printNonTablePermutations(VerifiedTest test, Writer out, String group)
           
protected  void printTablePermutations(VerifiedTest test, Writer out, String group)
           
 void write(VerifiedTest test, Writer out, String group)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifiedTestWriter

public VerifiedTestWriter()
Method Detail

write

public void write(VerifiedTest test,
                  Writer out,
                  String group)
           throws IOException
Throws:
IOException

printNonTablePermutations

protected void printNonTablePermutations(VerifiedTest test,
                                         Writer out,
                                         String group)
                                  throws IOException
Throws:
IOException

printTablePermutations

protected void printTablePermutations(VerifiedTest test,
                                      Writer out,
                                      String group)
                               throws IOException
Throws:
IOException


Copyright © 2015 Liquibase.org. All rights reserved.