ariba.util.test
Annotation Type TestParam.Properties
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD})
@Inherited
public static @interface TestParam.Properties
This annotation should be used to add a set of properties to a field.
ex:
class MyTestParams implements StagerArgs {
//Indicates the enumeration type and the list of values available for the field
@Properties("trait:enumeration; choices: [10, 20, 30, 40, 50, 60, 70, 80, 90, 100];")
int resultsPerPage;
}
Required Element Summary |
java.lang.String |
value
|
value
public abstract java.lang.String value
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.