powermock.examples.suppress.staticinitializer
Class ExampleWithEvilStaticInitializer
java.lang.Object
powermock.examples.suppress.staticinitializer.ExampleWithEvilStaticInitializer
public class ExampleWithEvilStaticInitializer
- extends Object
This class has a static initializers that needs to be removed in order to
test the class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExampleWithEvilStaticInitializer
public ExampleWithEvilStaticInitializer(String message)
getMessage
public String getMessage()
Copyright © 2007-2012. All Rights Reserved.