powermock.examples.suppress.constructor
Class ExampleWithEvilConstructor
java.lang.Object
powermock.examples.suppress.constructor.ExampleWithEvilConstructor
public class ExampleWithEvilConstructor
- extends Object
Example that demonstrates PowerMock's ability to suppress an objects own
constructor.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExampleWithEvilConstructor
public ExampleWithEvilConstructor(String message)
getMessage
public String getMessage()
Copyright © 2007-2012. All Rights Reserved.