| Modifier and Type | Method and Description |
|---|---|
static TestResult |
FuzzyUtil.getValidTestResult(TestDiff diff)
Get a valid
TestResult out of a TestDiff. |
| Modifier and Type | Method and Description |
|---|---|
TestResult |
ConfigFactory.createTestResult()
Returns a new object of class 'Test Result'.
|
TestResult |
TestDiff.getNewResult()
Returns the value of the 'New Result' containment reference.
|
TestResult |
TestDiff.getOldResult()
Returns the value of the 'Old Result' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<TestResult> |
TestRun.getResults()
Returns the value of the 'Results' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestDiff.setNewResult(TestResult value)
Sets the value of the '
New Result' containment reference. |
void |
TestDiff.setOldResult(TestResult value)
Sets the value of the '
Old Result' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
TestResultImpl
An implementation of the model object 'ESFuzzyTest Result'.
|
| Modifier and Type | Method and Description |
|---|---|
TestResult |
ConfigFactoryImpl.createTestResult() |
TestResult |
TestDiffImpl.getNewResult() |
TestResult |
TestDiffImpl.getOldResult() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<TestResult> |
TestRunImpl.getResults() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
TestDiffImpl.basicSetNewResult(TestResult newNewResult,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
TestDiffImpl.basicSetOldResult(TestResult newOldResult,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
TestDiffImpl.setNewResult(TestResult newNewResult) |
void |
TestDiffImpl.setOldResult(TestResult newOldResult) |
| Modifier and Type | Method and Description |
|---|---|
T |
ConfigSwitch.caseTestResult(TestResult object)
Returns the result of interpreting the object as an instance of 'Test Result'.
|
Copyright © 2017. All rights reserved.