powermock.examples.suppress.constructor
Class ExampleWithEvilParent

java.lang.Object
  extended by powermock.examples.suppress.constructor.EvilParent
      extended by powermock.examples.suppress.constructor.ExampleWithEvilParent

public class ExampleWithEvilParent
extends EvilParent

Example that demonstrates PowerMock's ability to suppress parent constructors.


Constructor Summary
ExampleWithEvilParent(String message)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleWithEvilParent

public ExampleWithEvilParent(String message)
Method Detail

getMessage

public String getMessage()


Copyright © 2007-2012. All Rights Reserved.