3 writes to Id
Interop.FunctionalTests (3)
H2SpecTests.cs (3)
90
Id
= testcase.Item1,
101
Id
= testcase.Item1,
127
Id
= info.GetValue<string>(nameof(Id));
5 references to Id
Interop.FunctionalTests (5)
H2SpecTests.cs (5)
53
await H2SpecCommands.RunTest(testCase.
Id
, host.GetPort(), testCase.Https, Logger);
127
Id = info.GetValue<string>(nameof(
Id
));
135
info.AddValue(nameof(
Id
),
Id
, typeof(string));
143
return $"{
Id
}, HTTPS:{Https}, {Description}";