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