public class TestResult
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestResult.Type |
| Constructor and Description |
|---|
TestResult(TestResult.Type type,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
TestResult.Type |
getType() |
public TestResult(TestResult.Type type, java.lang.String description)
public java.lang.String getDescription()
public TestResult.Type getType()