liquibase.sdk.verifytest
Class TestPermutation.OkResult

java.lang.Object
  extended by liquibase.sdk.verifytest.TestPermutation.OkResult
All Implemented Interfaces:
TestPermutation.SetupResult
Enclosing class:
TestPermutation

public static class TestPermutation.OkResult
extends Object
implements TestPermutation.SetupResult


Constructor Summary
TestPermutation.OkResult()
           
 
Method Summary
 boolean canVerify()
           
 String getMessage()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPermutation.OkResult

public TestPermutation.OkResult()
Method Detail

isValid

public boolean isValid()
Specified by:
isValid in interface TestPermutation.SetupResult

canVerify

public boolean canVerify()
Specified by:
canVerify in interface TestPermutation.SetupResult

getMessage

public String getMessage()
Specified by:
getMessage in interface TestPermutation.SetupResult


Copyright © 2015 Liquibase.org. All rights reserved.