public interface ESTestConfig
| 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.
|
String getId()
long getSeed()
int getCount()
ESMutatorConfig getMutatorConfig()
Class<?> getTestClass()
Copyright © 2017. All rights reserved.