| Interface | Description |
|---|---|
| DataMapper<AI,AO,CI extends ExecutableInput<CO>,CO> |
A data mapper transforms abstract inputs into concrete inputs and
concrete outputs into abstract outputs.
|
| ExecutableInput<CO> |
An executable input is a concrete input produced by a data mapper
and can be executed directly.
|
| Class | Description |
|---|---|
| TestDriver<AI,AO,CI extends ExecutableInput<CO>,CO> |
A test driver executes
|
| Exception | Description |
|---|---|
| SULException |
Thrown by executable inputs on SUL errors.
|
Copyright © 2013. All Rights Reserved.