cucumber.annotation
Annotation Type Before


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


Optional Element Summary
 int timeout
           
 String[] value
           
 

value

public abstract String[] value
Returns:
a tag expression
Default:
{}

timeout

public abstract int timeout
Returns:
max amount of time this is allowed to run for. 0 (default) means no restriction.
Default:
0


Copyright © 2012. All Rights Reserved.