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() |
private final Result result
public TestMethodResultImpl(Result result)
public Result getResult()
getResult
in interface TestMethodResult
public java.lang.String toString()
toString
in class java.lang.Object