public class TestResultItem extends Object
| Constructor and Description |
|---|
TestResultItem(String fullName,
float duration,
boolean successful,
String result) |
| Modifier and Type | Method and Description |
|---|---|
float |
getDuration() |
String |
getErrorDetail() |
String |
getFullName() |
String |
getName() |
String |
getResult() |
boolean |
isSuccessful() |
void |
setErrorDetail(String errorDetail) |
public String getFullName()
public String getName()
public float getDuration()
public boolean isSuccessful()
public String getResult()
public void setErrorDetail(String errorDetail)
public String getErrorDetail()
Copyright © 2016–2019. All rights reserved.