org.eclipse.emf.emfstore.internal.fuzzy.emf
Class EMFRunListener

java.lang.Object
  extended by org.junit.runner.notification.RunListener
      extended by org.eclipse.emf.emfstore.internal.fuzzy.emf.EMFRunListener

public class EMFRunListener
extends org.junit.runner.notification.RunListener

RunListener used to create the report of a run of the ESEMFDataProvider.

Author:
Julian Sommerfeldt

Constructor Summary
EMFRunListener(ESEMFDataProvider dataProvider, TestRun testRun)
           
 
Method Summary
 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)
           
 
Methods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testIgnored, testRunStarted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EMFRunListener

public EMFRunListener(ESEMFDataProvider dataProvider,
                      TestRun testRun)
Parameters:
dataProvider - The ESEMFDataProvider containing the infos.
testRun - The TestRun where to save the results.
Method Detail

testRunFinished

public void testRunFinished(org.junit.runner.Result result)
Overrides:
testRunFinished in class org.junit.runner.notification.RunListener

testStarted

public void testStarted(org.junit.runner.Description description)
Overrides:
testStarted in class org.junit.runner.notification.RunListener

testFinished

public void testFinished(org.junit.runner.Description description)
Overrides:
testFinished in class org.junit.runner.notification.RunListener

testFailure

public void testFailure(org.junit.runner.notification.Failure failure)
Overrides:
testFailure in class org.junit.runner.notification.RunListener


Copyright © 2015. All Rights Reserved.