Class LiquibaseIntegrationTestExtension.ErrorListener

java.lang.Object
org.spockframework.runtime.AbstractRunListener
liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationTestExtension.ErrorListener
All Implemented Interfaces:
org.spockframework.runtime.IRunListener
Enclosing class:
LiquibaseIntegrationTestExtension

public static class LiquibaseIntegrationTestExtension.ErrorListener extends org.spockframework.runtime.AbstractRunListener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    error(org.spockframework.runtime.model.ErrorInfo error)
     
    List<org.spockframework.runtime.model.ErrorInfo>
     

    Methods inherited from class org.spockframework.runtime.AbstractRunListener

    afterFeature, afterIteration, afterSpec, beforeFeature, beforeIteration, beforeSpec, featureSkipped, specSkipped

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ErrorListener

      public ErrorListener()
  • Method Details

    • error

      public void error(org.spockframework.runtime.model.ErrorInfo error)
      Specified by:
      error in interface org.spockframework.runtime.IRunListener
      Overrides:
      error in class org.spockframework.runtime.AbstractRunListener
    • getErrors

      public List<org.spockframework.runtime.model.ErrorInfo> getErrors()