Package org.powermock.core.classloader.annotations
package org.powermock.core.classloader.annotations
-
Annotation TypesClassDescriptionA Mock Policy can be used to make it easier to unit test some code with PowerMock in isolation from a certain framework.This annotation tells PowerMock to defer the loading of classes with the names supplied to
PowerMockIgnore.value()
to the system classloader.The PowerMock listener annotation can be used to tell PowerMock which listeners should be instantiated and invoked during a test.This annotation tells PowerMock to prepare all classes (except certain system and test related classes) for test.This annotation tells PowerMock to prepare certain classes for testing.This annotation tells PowerMock to prepare certain classes for testing.Use this annotation to suppress static initializers (constructors) for one or more classes.Deprecated.Class path adjuster is supported only for Javassist and will be removed in next release.