7 references to IngestionDocumentParagraph
Microsoft.Extensions.DataIngestion.Tests (7)
IngestionDocumentTests.cs (7)
14{ new IngestionDocumentParagraph("header") }, 15{ new IngestionDocumentParagraph("row1") }, 16{ new IngestionDocumentParagraph("row2") } 28new IngestionDocumentParagraph("paragraph"), 35new IngestionDocumentParagraph("nested paragraph") 45new IngestionDocumentParagraph("paragraph 2") 71=> Assert.Throws<ArgumentNullException>(() => new IngestionDocumentParagraph(input!));