The PowerMock object factory. If the test class or any public method declared in the test class is annotated with {@link PrepareForTest} or {@link SuppressStaticInitializationFor} the PowerMock classloader will enable the classfor PowerMock testing, otherwise a standard ObjectFactory is used.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.