Package org.powermock.core.classloader.annotations


package org.powermock.core.classloader.annotations
  • Annotation Types
    Class
    Description
    Deprecated.
    Use Mock annotation in respective extension API instead.
    A 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.
    Use this annotation to enable adjusting of the class path used by powermock to locate class files.