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 Object
implements TestMethodResult


Constructor Summary
TestMethodResultImpl(Result result)
           
 
Method Summary
 Result getResult()
           
 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 String toString()
Overrides:
toString in class Object


Copyright © 2007-2012. All Rights Reserved.