org.jnario.runner
Annotation Type Order


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

The execution order of spec methods can be specified with the value of the Order annotation. Use together with ExampleGroupRunner.

Author:
Birgit Engelmann - Initial contribution and API

Required Element Summary
 int value
           
 

Element Detail

value

public abstract int value


Copyright © 2012-2013 BMW Car IT. All Rights Reserved.