|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TestResult
A representation of the model object 'ESFuzzyTest Result'.
The following features are supported:
ConfigPackage.getTestResult()| Method Summary | |
|---|---|
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 'ESFuzzyTest 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 ' ESFuzzyTest Name' attribute. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
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)
ESFuzzyTest Name' attribute.
value - the new value of the 'ESFuzzyTest 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||