org.powermock.core.spi.testresult.impl
Class TestMethodResultImpl

java.lang.Object
  extended by org.powermock.core.spi.testresult.impl.TestMethodResultImpl
All Implemented Interfaces:
TestMethodResult

public class TestMethodResultImpl
extends java.lang.Object
implements TestMethodResult


Constructor Summary
TestMethodResultImpl(Result result)
           
 
Method Summary
 Result getResult()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestMethodResultImpl

public TestMethodResultImpl(Result result)
Method Detail

getResult

public Result getResult()
Specified by:
getResult in interface TestMethodResult

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007-2012. All Rights Reserved.