Class TestListener

java.lang.Object
org.arquillian.cube.kubernetes.impl.TestListener

public class TestListener extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    start(org.jboss.arquillian.test.spi.event.suite.Before event)
     
    void
    stop(org.jboss.arquillian.test.spi.event.suite.After event, org.jboss.arquillian.test.spi.TestResult result)
     

    Methods inherited from class java.lang.Object

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

    • TestListener

      public TestListener()
  • Method Details

    • start

      public void start(@Observes(precedence=-2147483648) org.jboss.arquillian.test.spi.event.suite.Before event)
    • stop

      public void stop(@Observes(precedence=-2147483648) org.jboss.arquillian.test.spi.event.suite.After event, org.jboss.arquillian.test.spi.TestResult result)