public class TestResult extends Object
Constructor and Description |
---|
TestResult(TestStatus type,
String description,
List<IScriptDebugFrame> stackTrace)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
List<IScriptDebugFrame> |
getStackTrace() |
TestStatus |
getStatus() |
public TestResult(TestStatus type, String description, List<IScriptDebugFrame> stackTrace)
type
- problem typedescription
- problem descriptionfileTrace
- file trace for problempublic TestStatus getStatus()
public String getDescription()
public List<IScriptDebugFrame> getStackTrace()