public class Defects extends Object
| Constructor and Description |
|---|
Defects() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getActual() |
HashMap<String,Object> |
getAdditionalData() |
Object |
getAdditionalData(String key) |
Object |
getExpect() |
String |
getIllustrate() |
TravelPath |
getTravelPath() |
void |
pushAdditionalData(String key,
Object data) |
Defects |
setActual(Object actual) |
void |
setAdditionalData(HashMap<String,Object> additionalData) |
Defects |
setExpect(Object expect) |
Defects |
setIllustrate(String illustrate) |
Defects |
setIllustrateTemplate(String format,
String... args) |
Defects |
setTravelPath(TravelPath travelPath) |
public TravelPath getTravelPath()
public Defects setTravelPath(TravelPath travelPath)
public Object getExpect()
public Object getActual()
public String getIllustrate()
Copyright © 2024. All rights reserved.