org.testng.annotations
Annotation Type NoInjection


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface NoInjection

Turn off TestNG injection for a parameter.

Author:
Cedric Beust, July 9th, 2010



Copyright © 2012. All Rights Reserved.