org.powermock.core
Class ConcreteClassGenerator
java.lang.Object
org.powermock.core.ConcreteClassGenerator
public class ConcreteClassGenerator
- extends Object
This class takes care of creating a concrete sub-class implementing all
abstract methods in the parent.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcreteClassGenerator
public ConcreteClassGenerator()
createConcreteSubClass
public Class<?> createConcreteSubClass(Class<?> clazz)
Copyright © 2007-2012. All Rights Reserved.