public interface TestResult
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ConfigPackage.getTestResult()| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Returns the value of the 'Error' attribute.
|
long |
getExecutionTime()
Returns the value of the 'Execution Time' attribute.
|
String |
getFailure()
Returns the value of the 'Failure' attribute.
|
int |
getSeedCount()
Returns the value of the 'Seed Count' attribute.
|
String |
getTestName()
Returns the value of the 'Test Name' attribute.
|
void |
setError(String value)
Sets the value of the '
Error' attribute. |
void |
setExecutionTime(long value)
Sets the value of the '
Execution Time' attribute. |
void |
setFailure(String value)
Sets the value of the '
Failure' attribute. |
void |
setSeedCount(int value)
Sets the value of the '
Seed Count' attribute. |
void |
setTestName(String value)
Sets the value of the '
Test Name' attribute. |
int getSeedCount()
If the meaning of the 'Seed Count' attribute isn't clear, there really should be more of a description here...
setSeedCount(int),
ConfigPackage.getTestResult_SeedCount()void setSeedCount(int value)
Seed Count' attribute.
value - the new value of the 'Seed Count' attribute.getSeedCount()String getTestName()
If the meaning of the 'ESFuzzyTest Name' attribute isn't clear, there really should be more of a description here...
setTestName(String),
ConfigPackage.getTestResult_TestName()void setTestName(String value)
Test Name' attribute.
value - the new value of the 'Test Name' attribute.getTestName()String getError()
If the meaning of the 'Error' attribute isn't clear, there really should be more of a description here...
setError(String),
ConfigPackage.getTestResult_Error()void setError(String value)
Error' attribute.
value - the new value of the 'Error' attribute.getError()String getFailure()
If the meaning of the 'Failure' attribute isn't clear, there really should be more of a description here...
setFailure(String),
ConfigPackage.getTestResult_Failure()void setFailure(String value)
Failure' attribute.
value - the new value of the 'Failure' attribute.getFailure()long getExecutionTime()
If the meaning of the 'Execution Time' attribute isn't clear, there really should be more of a description here...
setExecutionTime(long),
ConfigPackage.getTestResult_ExecutionTime()void setExecutionTime(long value)
Execution Time' attribute.
value - the new value of the 'Execution Time' attribute.getExecutionTime()Copyright © 2017. All rights reserved.