3 references to ProcessAsync
Microsoft.Extensions.DataIngestion.Tests (3)
IngestionPipelineTests.cs (3)
90
List<IngestionResult> ingestionResults = await pipeline.
ProcessAsync
(_sampleFiles).ToListAsync();
158
var ingestionResults = await pipeline.
ProcessAsync
(_sampleFiles).ToListAsync();
206
await Verify(pipeline.
ProcessAsync
(_sampleFiles));