cucumber.annotation
Annotation Type Order


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

This annotation can be specified on hooks (methods annotated with Before and After) to specify the order in which the hooks should run.


Required Element Summary
 int value
           
 

Element Detail

value

public abstract int value


Copyright © 2012. All Rights Reserved.