| Interface | Description |
|---|---|
| JSAFSConfiguredClassStore |
Required interface for a class that intends to store the object instances that will
be automatically created by the automatic dependency injection and execution processes
in the Utilities Class.
|
| Class | Description |
|---|---|
| MyComparator | |
| Utilities |
Utilities for use by mostly internal classes implementing autoconfigure and execution
modes of JSAFS.
|
| Annotation Type | Description |
|---|---|
| AutoConfigureJSAFS |
Tags a Class as requiring its package and subpackages to be checked for JSAFS auto injection.
|
| InjectJSAFS |
Tags a Class as requiring automatic injection of a JSAFS Driver driver for its use.
|
| JSAFSAfter |
Tags a method to be executed after all JSAFSTest methods have completed in the same Class.
|
| JSAFSBefore |
Tags a method to be executed before any JSAFSTest methods are executed in the same Class.
|
| JSAFSTest |
Tags a method as one that can be automatically executed by an appropriate
Driver test runner looking for such annotations.
|
Copyright © SAS Institute. All Rights Reserved.