com.atlassian.jira.functest.framework.suite
Annotation Type WebTest


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface WebTest

Marks a JIRA web test.

Since:
4.4

Required Element Summary
 Category[] value
          Optional list of categories describing this test.
 

Element Detail

value

public abstract Category[] value
Optional list of categories describing this test.

Returns:
categories describing this test


Copyright © 2002-2012 Atlassian. All Rights Reserved.