10 references to Id
Microsoft.AspNetCore.Components.Testing (8)
Infrastructure\PlaywrightExtensions.cs (1)
51
headers["X-Test-Backend"] = server.
Id
;
Infrastructure\ServerFixture.cs (4)
227
RouteId = i.
Id
,
228
ClusterId = i.
Id
,
237
Values = [i.
Id
],
246
ClusterId = i.
Id
,
Infrastructure\ServerInstance.cs (3)
16
/// Each instance has a unique <see cref="
Id
"/> used for YARP proxy routing
133
_ = DrainStreamAsync(_process.StandardOutput, $"[{AppName}:{
Id
}] ", _stdoutBuffer);
134
_ = DrainStreamAsync(_process.StandardError, $"[{AppName}:{
Id
} ERR] ", _stderrBuffer);
Microsoft.AspNetCore.Components.Testing.Tests (2)
PlaywrightExtensionsTests.cs (2)
25
Assert.Equal(server.
Id
, headers["X-Test-Backend"]);
44
Assert.Equal(server.
Id
, headers["X-Test-Backend"]);