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