| |
ManualStepDialog(Component parent, String title,
String stepText, String expResult) |
| Parameters |
parent |
The parent component for the dialog.
|
title |
The title of the dialog.
|
stepText |
The text for the step description text-field.
|
expResult |
The text for the expected result text-field.
|
| |
String getResult() |
| Returns | A string containing the result. |
| |
void setResult(String newResult) |
| Parameters |
newResult |
The result of the test-step.
|
| |
String getExecInfo() |
| Returns | A string containing the execution information. |
| |
void setExecInfo(String newExecInfo) |
| Parameters |
newExecInfo |
The execution information of the test-step.
|
| |
String getReceivedResult() |
| Returns | A string containing the received result. |
| |
void setReceivedResult(String newRecResult) |
| Parameters |
newReceived Result |
The received result of the test-step.
|
| |
boolean isStatusFailed() |
| Returns | True if the status is failed, false otherwise. |
| |
boolean isStatusPassed() |
| Returns | True if the status is passed, false otherwise. |
| |
boolean isStatusSkipped() |
| Returns | True if the status is skipped, false otherwise. |
| |
boolean isStatusCanceled() |
| Returns | True if the status is canceled, false otherwise. |
| |