powermock.examples.suppress.method
Class ExampleWithEvilMethod
java.lang.Object
powermock.examples.suppress.method.ExampleWithEvilMethod
public class ExampleWithEvilMethod
- extends Object
This example demonstrates PowerMock abilities to suppress methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExampleWithEvilMethod
public ExampleWithEvilMethod(String message)
getMessage
public String getMessage()
Copyright © 2007-2012. All Rights Reserved.