org.jnario.runner
Annotation Type Named


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

Spec classes or methods annotated with Named can provide plain text description of the test. Use together with ExampleGroupRunner.

Author:
Sebastian Benz - Initial contribution and API

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


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