| Package | Description |
|---|---|
| org.evosuite.result |
| Modifier and Type | Method and Description |
|---|---|
TestGenerationResult.Status |
TestGenerationResult.getTestGenerationStatus()
Did test generation succeed?
|
static TestGenerationResult.Status |
TestGenerationResult.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestGenerationResult.Status[] |
TestGenerationResult.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.