org.powermock.core.classloader.annotations
Annotation Type PowerMockListener


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Inherited
public @interface PowerMockListener

The PowerMock listener annotation can be used to tell PowerMock which listeners should be instantiated and invoked during a test. A listener is invoked according to the events specified in the PowerMockTestListener interface.


Required Element Summary
 Class<? extends PowerMockTestListener>[] value
           
 

Element Detail

value

public abstract Class<? extends PowerMockTestListener>[] value


Copyright © 2007-2012. All Rights Reserved.