org.jboss.arquillian.junit
Annotation Type InSequence


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface InSequence

Annotation used to order the execution flow of the @Test methods defined in a JUnit test class.

Version:
$Revision: $
Author:
Aslak Knutsen

Optional Element Summary
 int value
           
 

value

public abstract int value
Default:
0


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.