@celox-sim/celox / index / TbMethodResult
Interface: TbMethodResult
Defined in: packages/celox/src/testbench.ts:50
Extends
Properties
failures?
optionalfailures?:string[]
Defined in: packages/celox/src/testbench.ts:40
Inherited from
finish?
optionalfinish?:boolean
Defined in: packages/celox/src/testbench.ts:42
Inherited from
logs?
optionallogs?:string[]
Defined in: packages/celox/src/testbench.ts:41
Inherited from
outputs?
optionaloutputs?:Record<string,TbOutputValue>
Defined in: packages/celox/src/testbench.ts:39
Inherited from
returnValue?
optionalreturnValue?:bigint
Defined in: packages/celox/src/testbench.ts:51