public class AutomationTestStepLog extends Object
Constructor and Description |
---|
AutomationTestStepLog() |
AutomationTestStepLog(hudson.tasks.junit.CaseResult caseResult) |
AutomationTestStepLog(String description,
String expectedResult,
Integer order,
String status) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getExpectedResult() |
Integer |
getOrder() |
String |
getStatus() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setExpectedResult(String expectedResult) |
void |
setOrder(Integer order) |
void |
setStatus(String status) |
public AutomationTestStepLog()
public AutomationTestStepLog(String description, String expectedResult, Integer order, String status)
public AutomationTestStepLog(hudson.tasks.junit.CaseResult caseResult)
public String getDescription()
public void setDescription(String description)
public String getExpectedResult()
public void setExpectedResult(String expectedResult)
public Integer getOrder()
public void setOrder(Integer order)
public String getStatus()
public void setStatus(String status)
Copyright © 2016–2018 QASymphony. All rights reserved.