powermock.examples.suppress.constructor
Class EvilParent

java.lang.Object
  extended by powermock.examples.suppress.constructor.EvilParent
Direct Known Subclasses:
ExampleWithEvilParent

public class EvilParent
extends Object

Example that demonstrates PowerMock's ability to suppress constructors.


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

Constructor Detail

EvilParent

public EvilParent()


Copyright © 2007-2012. All Rights Reserved.