ariba.util.test
Annotation Type TestParam.Valid
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
@Inherited
public static @interface TestParam.Valid
This annotation should be used to specify a control for a valid value for a parameter.
ex:
class MyTestParams implements StagerArgs {
@Valid("value > 0")
int repetitionCount;
}
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.