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


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface TestPhase

A test method can be marked to be run during a specific portlet lifecycle phase using this annotation. It will override the value of DefaultTestPhase if DefaultTestPhase is used on the enclosing class.

Author:
Benjamin C. Gould

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


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