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
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value


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