- All Implemented Interfaces:
- java.io.Serializable, org.testng.IObjectFactory, org.testng.ITestObjectFactory
public class PowerMockObjectFactory
extends java.lang.Object
implements org.testng.IObjectFactory
The PowerMock object factory. If the test class or any public method declared in the test class is annotated with
PrepareForTest or SuppressStaticInitializationFor the PowerMock classloader will enable the class
for PowerMock testing, otherwise a standard ObjectFactory is used.
- See Also:
- Serialized Form