Esposter
    Preparing search index...

    Class MockWebPubSubServiceClient

    A minimal mock of the Azure WebPubSubServiceClient for testing purposes. Only implements group().sendToAll — the only method used in azure-functions tests.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • _groupName: string

      Returns { sendToAll: () => Promise<void> }