Skip to content

How do you Verify an IAsyncEnumerable<T> ? #1489

Open
@vabic

Description

@vabic

How to do this verification?

moq.Verify(client.DeleteAsync(
It.Is<IAsyncEnumerable<Guid>>( ??=> ????),
It.IsAny<CancellationToken>()
),
Times.Exactly(2)
);))

Back this issue
Back this issue

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions