Skip to content

Connectum API Reference / @connectum/testing / index / MockService

Interface: MockService

Defined in: testing/src/mockResolver.ts:22

A mocked service: its proto descriptor paired with a (partial) implementation.

Properties

impl

readonly impl: Partial<ServiceImpl<DescService>>

Defined in: testing/src/mockResolver.ts:24


service

readonly service: DescService

Defined in: testing/src/mockResolver.ts:23