org.apache.pluto.testsuite.annotations
Annotation Type DefaultTestPhase


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DefaultTestPhase

A PortletTest implementation can be marked to have all of its test methods run in a certain portlet lifecycle phase by default. Individual methods annotated with TestPhase will override this setting. The argument value should be of the _PHASE constants on javax.portlet.PortletRequest, i.e., RENDER_PHASE, ACTION_PHASE, RESOURCE_PHASE, EVENT_PHASE

Author:
Benjamin C. Gould

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.