org.jnario.runner
Annotation Type Extension


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Extension

Fields annotated with Extension are treated as spec extensions. When a spec is executed, all methods in the fields respective class that are annotated with Before, After, AfterClass or BeforeClass will be executed before/after the spec execution.

Author:
Sebastian Benz - Initial contribution and API



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