org.easetech.easytest.annotation
Annotation Type TestProperties


@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public @interface TestProperties

A Class level annotation that is applied of Config classes that defines the TestBeans. This annotation is used to load the configuration properties, if any, for the test configuration. This annotation can be used both on the Config classes as well as on the actual Test classes. When you use this annotation, be sure to provide a field of type Properties in the class on which the annotation is used. This property will be provided the value of the loaded Properties at runtime by the framework.

Author:
Anuj Kumar

Required Element Summary
 String[] value
          The array of file paths from where to load the resource.
 

Element Detail

value

public abstract String[] value
The array of file paths from where to load the resource.



Copyright © 2013. All Rights Reserved.