@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface JSAFSTest
Any test runner finding such methods might also check for the InjectJSAFS annotation provided an appropriate driver for use by the Class.
InjectJSAFS
,
JSAFSBefore
,
JSAFSAfter
,
Utilities.autoConfigure(String, JSAFSConfiguredClassStore)
Modifier and Type | Fields and Description |
---|---|
static int |
DEFAULT_ORDER |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
Description |
java.lang.String |
Name
Descriptive unique Name for this test used in logging and reporting.
|
int |
Order
Lower order will be executed before higher order tests.
|
boolean |
Summary
Used to indicate test summary information should be output to the log at the completion of this
method execution.
|
int |
value
A default for Order not requiring Order= prefix.
|
public abstract int Order
public abstract int value
Copyright © SAS Institute. All Rights Reserved.