com.consol.citrus.report
Class FailureStackTestListener

java.lang.Object
  extended by com.consol.citrus.report.AbstractTestListener
      extended by com.consol.citrus.report.FailureStackTestListener
All Implemented Interfaces:
TestListener

public class FailureStackTestListener
extends AbstractTestListener

Author:
Christoph Deppisch

Constructor Summary
FailureStackTestListener()
           
 
Method Summary
 void onTestFailure(TestCase test, Throwable cause)
          Invoked when test finished with failure
 
Methods inherited from class com.consol.citrus.report.AbstractTestListener
onTestFinish, onTestSkipped, onTestStart, onTestSuccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FailureStackTestListener

public FailureStackTestListener()
Method Detail

onTestFailure

public void onTestFailure(TestCase test,
                          Throwable cause)
Description copied from interface: TestListener
Invoked when test finished with failure

Specified by:
onTestFailure in interface TestListener
Overrides:
onTestFailure in class AbstractTestListener
See Also:
TestListener.onTestFailure(com.consol.citrus.TestCase, java.lang.Throwable)


Copyright © 2008-2013 ConSol* Consulting&Solutions GmbH. All Rights Reserved.