org.easetech.easytest.annotation
Annotation Type TestConfigProvider
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface TestConfigProvider
A Class level annotation used to identify the Test Configuration provider class.
- Author:
- Anuj Kumar
|
Required Element Summary |
Class<?>[] |
value
An array of Class objects identifying the test config provider class |
value
public abstract Class<?>[] value
- An array of Class objects identifying the test config provider class
- Returns:
- An array of Class objects identifying the test config provider class
Copyright © 2013. All Rights Reserved.