org.eclipse.emf.emfstore.fuzzy.emf.diff.spi
Class TestRunProvider

java.lang.Object
  extended by org.eclipse.emf.emfstore.fuzzy.emf.diff.spi.TestRunProvider
Direct Known Subclasses:
FileTestRunProvider, HudsonTestRunProvider

public abstract class TestRunProvider
extends Object

Abstract TestRunProvider to provide the TestRuns needed in the DiffGenerator.

Author:
Julian Sommerfeldt

Constructor Summary
TestRunProvider()
           
 
Method Summary
abstract  TestRun[] getTestRuns()
           
 void setConfig(TestConfig config)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRunProvider

public TestRunProvider()
Method Detail

getTestRuns

public abstract TestRun[] getTestRuns()
                               throws IOException
Returns:
The two TestRuns specified by the config and this provider.
Throws:
IOException - If there is an error reading the TestRuns.

setConfig

public void setConfig(TestConfig config)
Parameters:
config - The new TestConfig to use.


Copyright © 2015. All Rights Reserved.