public class EMFRunListener
extends org.junit.runner.notification.RunListener
RunListener used to create the report of a run of the ESEMFDataProvider.| Constructor and Description |
|---|
EMFRunListener(ESEMFDataProvider dataProvider,
TestRun testRun) |
| Modifier and Type | Method and Description |
|---|---|
void |
testFailure(org.junit.runner.notification.Failure failure) |
void |
testFinished(org.junit.runner.Description description) |
void |
testRunFinished(org.junit.runner.Result result) |
void |
testStarted(org.junit.runner.Description description) |
public EMFRunListener(ESEMFDataProvider dataProvider, TestRun testRun)
dataProvider - The ESEMFDataProvider containing the infos.testRun - The TestRun where to save the results.public void testRunFinished(org.junit.runner.Result result)
testRunFinished in class org.junit.runner.notification.RunListenerpublic void testStarted(org.junit.runner.Description description)
testStarted in class org.junit.runner.notification.RunListenerpublic void testFinished(org.junit.runner.Description description)
testFinished in class org.junit.runner.notification.RunListenerpublic void testFailure(org.junit.runner.notification.Failure failure)
testFailure in class org.junit.runner.notification.RunListenerCopyright © 2017. All rights reserved.