@Retention(value=RUNTIME) @Target(value={TYPE,FIELD}) public @interface TestProperties
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.
NOTE: For the moment the annotation does not work properly at the class level. This is a known bug and will be fixed in a future release.public abstract String[] value
Copyright © 2014. All rights reserved.