1 write to FlushedOutput
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Buffering\BufferedTextWriterTest.cs (1)
86
FlushedOutput
= ToString();
3 references to FlushedOutput
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Buffering\BufferedTextWriterTest.cs (3)
59
Assert.Empty(underlying.
FlushedOutput
);
62
Assert.Equal("a", underlying.
FlushedOutput
);
69
Assert.Equal("abc", underlying.
FlushedOutput
);