|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.common.api.AbstractAPIImpl<ESTestConfigImpl,TestConfig>
org.eclipse.emf.emfstore.internal.fuzzy.emf.api.ESTestConfigImpl
public class ESTestConfigImpl
The API implementation wrapper for TestConfig.
| Constructor Summary | |
|---|---|
ESTestConfigImpl(TestConfig testConfig)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getCount()
Specifies how many times the test should be executed. |
String |
getId()
Returns the unique ID of this test configuration. |
ESMutatorConfig |
getMutatorConfig()
Returns the configuration of the model mutator. |
long |
getSeed()
Returns the initial seed for the random generator. |
Class<?> |
getTestClass()
Returns the class containing the test. |
| Methods inherited from class org.eclipse.emf.emfstore.internal.common.api.AbstractAPIImpl |
|---|
equals, hashCode, toInternalAPI |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ESTestConfigImpl(TestConfig testConfig)
testConfig - the internal TestConfig instance to be wrapped| Method Detail |
|---|
public String getId()
getId in interface ESTestConfigESTestConfig.getId()public long getSeed()
getSeed in interface ESTestConfigESTestConfig.getSeed()public int getCount()
getCount in interface ESTestConfigESTestConfig.getCount()public ESMutatorConfig getMutatorConfig()
getMutatorConfig in interface ESTestConfigESTestConfig.getMutatorConfig()public Class<?> getTestClass()
getTestClass in interface ESTestConfigESTestConfig.getTestClass()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||