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


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

Marks tests that must be run as first in the suite. This will impact the batching process.

Since:
4.4



Copyright © 2002-2012 Atlassian. All Rights Reserved.