powermock.examples.suppress.constructorhierarchy
Class ExampleWithEvilParentAndEvilGrandParent

java.lang.Object
  extended by powermock.examples.suppress.constructorhierarchy.EvilGrandParent
      extended by powermock.examples.suppress.constructorhierarchy.EvilParent
          extended by powermock.examples.suppress.constructorhierarchy.ExampleWithEvilParentAndEvilGrandParent

public class ExampleWithEvilParentAndEvilGrandParent
extends EvilParent

Example that demonstrates PowerMock's ability to suppress constructor hierarchies.


Constructor Summary
ExampleWithEvilParentAndEvilGrandParent(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

ExampleWithEvilParentAndEvilGrandParent

public ExampleWithEvilParentAndEvilGrandParent(String message)
Method Detail

getMessage

public String getMessage()


Copyright © 2007-2012. All Rights Reserved.