Base:
method
ProcessAsync
Microsoft.Extensions.DataIngestion.IngestionDocumentProcessor.ProcessAsync(Microsoft.Extensions.DataIngestion.IngestionDocument, System.Threading.CancellationToken)
4 references to ProcessAsync
Microsoft.Extensions.DataIngestion.Tests (4)
Processors\AlternativeTextEnricherTests.cs (4)
32
await Assert.ThrowsAsync<ArgumentNullException>("document", async () => await sut.
ProcessAsync
(null!));
110
await sut.
ProcessAsync
(document);
155
await sut.
ProcessAsync
(document);
174
IngestionDocument got = await sut.
ProcessAsync
(document);