liquibase.sdk.verifytest
Interface TestPermutation.SetupResult

All Known Implementing Classes:
TestPermutation.CannotVerify, TestPermutation.Invalid, TestPermutation.OkResult
Enclosing class:
TestPermutation

public static interface TestPermutation.SetupResult


Method Summary
 boolean canVerify()
           
 String getMessage()
           
 boolean isValid()
           
 

Method Detail

isValid

boolean isValid()

canVerify

boolean canVerify()

getMessage

String getMessage()


Copyright © 2015 Liquibase.org. All rights reserved.