public abstract class AbstractTestListener extends Object implements TestListener
TestListener
interface so that subclasses must not implement
all methods but only overwrite some listener methods.Constructor and Description |
---|
AbstractTestListener() |
Modifier and Type | Method and Description |
---|---|
void |
onTestFailure(TestCase test,
Throwable cause)
Invoked when test finished with failure
|
void |
onTestFinish(TestCase test)
Invoked when test gets finished
|
void |
onTestSkipped(TestCase test)
Invoked when test is skipped
|
void |
onTestStart(TestCase test)
Invoked when test gets started
|
void |
onTestSuccess(TestCase test)
Invoked when test finished with success
|
public void onTestFailure(TestCase test, Throwable cause)
TestListener
onTestFailure
in interface TestListener
public void onTestFinish(TestCase test)
TestListener
onTestFinish
in interface TestListener
public void onTestSkipped(TestCase test)
TestListener
onTestSkipped
in interface TestListener
public void onTestStart(TestCase test)
TestListener
onTestStart
in interface TestListener
public void onTestSuccess(TestCase test)
TestListener
onTestSuccess
in interface TestListener
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.