public class TestMethodResultImpl extends java.lang.Object implements TestMethodResult
| Constructor and Description |
|---|
TestMethodResultImpl(Result result) |
| Modifier and Type | Method and Description |
|---|---|
Result |
getResult() |
java.lang.String |
toString() |
public TestMethodResultImpl(Result result)
public Result getResult()
getResult in interface TestMethodResultpublic java.lang.String toString()
toString in class java.lang.Object