public interface ILProcedureTestStub
ILProcedure
Modifier and Type | Method and Description |
---|---|
int |
execute(byte[][] parmlist)
Execute the business logic of this test stub.
|
int execute(byte[][] parmlist)
parmlist
- specifies the input parameter list
of the native procedure represented by the ILProcedure
with which this test stub is associated.