4 references to IntermediateNodeAssertException
Microsoft.AspNetCore.Razor.Test.Common (4)
Language\Intermediate\IntermediateNodeAssert.cs (4)
26
throw new
IntermediateNodeAssertException
(node, node.Children, "The node has multiple children");
37
throw new
IntermediateNodeAssertException
(node, node.Children, "The node has children.");
48
throw new
IntermediateNodeAssertException
(node, node.Children, $"The node only has {node.Children.Count} children.");
63
throw new
IntermediateNodeAssertException
(node, node.Children, $"The node has extra child {node.Children[i]} at {i}.");