AI - abstract input typeCI - concrete input typeAO - abstract output typeCO - concrete output typepublic interface DataMapper<AI,AO,CI extends ExecutableInput<CO>,CO>
| Modifier and Type | Method and Description |
|---|---|
AO |
exception(SULException t)
called to transform a concrete error into an abstract one
|
CI |
input(AI i)
called to transform an abstract into a concrete input
|
AO |
output(CO o)
called to transform a concrete output into an abstract one
|
void |
post()
called by a test driver after execution of a test case
|
void |
pre()
called by a test driver before execution of a test case
|
void pre()
void post()
AO exception(SULException t)
Copyright © 2013. All Rights Reserved.