org.eclipse.emf.emfstore.internal.fuzzy.emf.config
Interface TestResult

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TestResultImpl

public interface TestResult
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'ESFuzzyTest Result'.

The following features are supported:

See Also:
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

getSeedCount

int getSeedCount()
Returns the value of the 'Seed Count' attribute.

If the meaning of the 'Seed Count' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Seed Count' attribute.
See Also:
setSeedCount(int), ConfigPackage.getTestResult_SeedCount()

setSeedCount

void setSeedCount(int value)
Sets the value of the 'Seed Count' attribute.

Parameters:
value - the new value of the 'Seed Count' attribute.
See Also:
getSeedCount()

getTestName

String getTestName()
Returns the value of the 'ESFuzzyTest Name' attribute.

If the meaning of the 'ESFuzzyTest Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'ESFuzzyTest Name' attribute.
See Also:
setTestName(String), ConfigPackage.getTestResult_TestName()

setTestName

void setTestName(String value)
Sets the value of the 'ESFuzzyTest Name' attribute.

Parameters:
value - the new value of the 'ESFuzzyTest Name' attribute.
See Also:
getTestName()

getError

String getError()
Returns the value of the 'Error' attribute.

If the meaning of the 'Error' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Error' attribute.
See Also:
setError(String), ConfigPackage.getTestResult_Error()

setError

void setError(String value)
Sets the value of the 'Error' attribute.

Parameters:
value - the new value of the 'Error' attribute.
See Also:
getError()

getFailure

String getFailure()
Returns the value of the 'Failure' attribute.

If the meaning of the 'Failure' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Failure' attribute.
See Also:
setFailure(String), ConfigPackage.getTestResult_Failure()

setFailure

void setFailure(String value)
Sets the value of the 'Failure' attribute.

Parameters:
value - the new value of the 'Failure' attribute.
See Also:
getFailure()

getExecutionTime

long getExecutionTime()
Returns the value of the 'Execution Time' attribute.

If the meaning of the 'Execution Time' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Execution Time' attribute.
See Also:
setExecutionTime(long), ConfigPackage.getTestResult_ExecutionTime()

setExecutionTime

void setExecutionTime(long value)
Sets the value of the 'Execution Time' attribute.

Parameters:
value - the new value of the 'Execution Time' attribute.
See Also:
getExecutionTime()


Copyright © 2015. All Rights Reserved.