Skip to content

@celox-sim/celox / index / TbMethodResult

Interface: TbMethodResult

Defined in: packages/celox/src/testbench.ts:50

Extends

Properties

failures?

optional failures?: string[]

Defined in: packages/celox/src/testbench.ts:40

Inherited from

TbComponentEffects.failures


finish?

optional finish?: boolean

Defined in: packages/celox/src/testbench.ts:42

Inherited from

TbComponentEffects.finish


logs?

optional logs?: string[]

Defined in: packages/celox/src/testbench.ts:41

Inherited from

TbComponentEffects.logs


outputs?

optional outputs?: Record<string, TbOutputValue>

Defined in: packages/celox/src/testbench.ts:39

Inherited from

TbComponentEffects.outputs


returnValue?

optional returnValue?: bigint

Defined in: packages/celox/src/testbench.ts:51