1 write to ResponseText
Microsoft.AspNetCore.CookiePolicy.Test (1)
TestExtensions.cs (1)
31transaction.ResponseText = await transaction.Response.Content.ReadAsStringAsync();
2 references to ResponseText
Microsoft.AspNetCore.CookiePolicy.Test (2)
CookiePolicyTests.cs (1)
354Assert.Equal("Done", transaction.ResponseText);
TestExtensions.cs (1)
37transaction.ResponseElement = XElement.Parse(transaction.ResponseText);