7 instantiations of 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!));
4 references to IngestionDocumentParagraph
Microsoft.Extensions.DataIngestion.Abstractions (1)
IngestionDocumentElement.cs (1)
105
/// Initializes a new instance of the <see cref="
IngestionDocumentParagraph
"/> class.
Microsoft.Extensions.DataIngestion.Tests (3)
IngestionDocumentTests.cs (3)
53
Assert.IsType<
IngestionDocumentParagraph
>(flatElements[1]);
59
Assert.IsType<
IngestionDocumentParagraph
>(flatElements[4]);
63
Assert.IsType<
IngestionDocumentParagraph
>(flatElements[6]);