2 references to Succeeded
Microsoft.Extensions.DataIngestion.Tests (2)
IngestionPipelineTests.cs (2)
215
IngestionResult ingestionResult = Assert.Single(ingestionResults.Where(result => !result.
Succeeded
));
248
Assert.All(ingestionResults, result => Assert.True(result.
Succeeded
));