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