public class ESTestConfigImpl extends AbstractAPIImpl<ESTestConfigImpl,TestConfig> implements ESTestConfig
TestConfig.| Constructor and Description |
|---|
ESTestConfigImpl(TestConfig testConfig)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
equals, hashCode, toInternalAPIpublic ESTestConfigImpl(TestConfig testConfig)
testConfig - the internal TestConfig instance to be wrappedpublic 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()Copyright © 2017. All rights reserved.