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