public class TestResultImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements TestResult
The following features are implemented:
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList| Modifier and Type | Method and Description |
|---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
String |
getError() |
long |
getExecutionTime() |
String |
getFailure() |
int |
getSeedCount() |
String |
getTestName() |
void |
setError(String newError) |
void |
setExecutionTime(long newExecutionTime) |
void |
setFailure(String newFailure) |
void |
setSeedCount(int newSeedCount) |
void |
setTestName(String newTestName) |
String |
toString() |
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURIeAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnseteNotificationRequired, eNotifyequals, getClass, hashCode, notify, notifyAll, wait, wait, waiteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetpublic int getSeedCount()
getSeedCount in interface TestResultTestResult.setSeedCount(int),
ConfigPackage.getTestResult_SeedCount()public void setSeedCount(int newSeedCount)
setSeedCount in interface TestResultnewSeedCount - the new value of the 'Seed Count' attribute.TestResult.getSeedCount()public String getTestName()
getTestName in interface TestResultTestResult.setTestName(String),
ConfigPackage.getTestResult_TestName()public void setTestName(String newTestName)
setTestName in interface TestResultnewTestName - the new value of the 'Test Name' attribute.TestResult.getTestName()public String getError()
getError in interface TestResultTestResult.setError(String),
ConfigPackage.getTestResult_Error()public void setError(String newError)
setError in interface TestResultnewError - the new value of the 'Error' attribute.TestResult.getError()public String getFailure()
getFailure in interface TestResultTestResult.setFailure(String),
ConfigPackage.getTestResult_Failure()public void setFailure(String newFailure)
setFailure in interface TestResultnewFailure - the new value of the 'Failure' attribute.TestResult.getFailure()public long getExecutionTime()
getExecutionTime in interface TestResultTestResult.setExecutionTime(long),
ConfigPackage.getTestResult_ExecutionTime()public void setExecutionTime(long newExecutionTime)
setExecutionTime in interface TestResultnewExecutionTime - the new value of the 'Execution Time' attribute.TestResult.getExecutionTime()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eSet(int featureID,
Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImplCopyright © 2017. All rights reserved.