org.eclipse.emf.emfstore.fuzzy.emf.junit
Class ESFuzzyTest

java.lang.Object
  extended by org.eclipse.emf.emfstore.fuzzy.emf.junit.ESFuzzyTest

public class ESFuzzyTest
extends Object

Class to get a connection between a test and a specific run of it.

Since:
2.0
Author:
Julian Sommerfeldt

Constructor Summary
ESFuzzyTest(String name, int seedCount)
           
 
Method Summary
 String getName()
           
 int getSeedCount()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESFuzzyTest

public ESFuzzyTest(String name,
                   int seedCount)
Parameters:
name - The name of the test.
seedCount - The count (run) of the test.
Method Detail

getName

public String getName()
Returns:
The name of the test.

getSeedCount

public int getSeedCount()
Returns:
The run of this test.


Copyright © 2015. All Rights Reserved.