public class TestCase extends Object
Constructor and Description |
---|
TestCase() |
TestCase(String classname,
String name) |
Modifier and Type | Method and Description |
---|---|
List<TestError> |
getErrors() |
List<TestFailure> |
getFailures() |
String |
getName() |
float |
getTime() |
void |
setTime(float time) |
public String getName()
public void setTime(float time)
public float getTime()
public List<TestFailure> getFailures()
Copyright © 2016–2022. All rights reserved.