public class TestCase extends Object
Model to represent the test case in the xml report
| Constructor and Description |
|---|
TestCase(float time,
String className,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassname() |
String |
getError() |
String |
getFailure() |
String |
getName() |
float |
getTime() |
void |
setError(String error) |
void |
setFailure(String failure) |
void |
setSkipped(boolean skipped) |
public float getTime()
public String getClassname()
public String getName()
public String getFailure()
public void setFailure(String failure)
public String getError()
public void setError(String error)
public void setSkipped(boolean skipped)
Copyright © 2019. All rights reserved.