3 writes to ResponseText
Microsoft.AspNetCore.Authentication.Test (3)
JwtBearerTests.cs (1)
1262transaction.ResponseText = await transaction.Response.Content.ReadAsStringAsync();
JwtBearerTests_Handler.cs (1)
1329transaction.ResponseText = await transaction.Response.Content.ReadAsStringAsync();
TestExtensions.cs (1)
34transaction.ResponseText = await transaction.Response.Content.ReadAsStringAsync();
35 references to ResponseText
Microsoft.AspNetCore.Authentication.Test (35)
JwtBearerTests.cs (17)
247Assert.Equal("Bob le Magnifique", response.ResponseText); 275Assert.Equal("", response.ResponseText); 294Assert.Equal("", response.ResponseText); 321Assert.Equal("", response.ResponseText); 345Assert.Equal("", response.ResponseText); 365Assert.Equal("", response.ResponseText); 386Assert.Equal("", response.ResponseText); 417Assert.Equal("", response.ResponseText); 467Assert.Equal("", response.ResponseText); 479Assert.Equal("", response.ResponseText); 518Assert.Equal("Bob le Magnifique", response.ResponseText); 547Assert.Equal("Bob le Tout Puissant", response.ResponseText); 581Assert.Equal(string.Empty, response.ResponseText); 653Assert.Equal(string.Empty, response.ResponseText); 725Assert.Equal(string.Empty, response.ResponseText); 786Assert.Equal(string.Empty, response.ResponseText); 1268transaction.ResponseElement = XElement.Parse(transaction.ResponseText);
JwtBearerTests_Handler.cs (17)
233Assert.Equal("Bob le Magnifique", response.ResponseText); 261Assert.Equal("", response.ResponseText); 277Assert.Equal("", response.ResponseText); 301Assert.Equal("", response.ResponseText); 322Assert.Equal("", response.ResponseText); 339Assert.Equal("", response.ResponseText); 357Assert.Equal("", response.ResponseText); 387Assert.Equal("", response.ResponseText); 436Assert.Equal("", response.ResponseText); 448Assert.Equal("", response.ResponseText); 484Assert.Equal("Bob le Magnifique", response.ResponseText); 510Assert.Equal("Bob le Tout Puissant", response.ResponseText); 543Assert.Equal(string.Empty, response.ResponseText); 611Assert.Equal(string.Empty, response.ResponseText); 677Assert.Equal(string.Empty, response.ResponseText); 734Assert.Equal(string.Empty, response.ResponseText); 1335transaction.ResponseElement = XElement.Parse(transaction.ResponseText);
TestExtensions.cs (1)
40transaction.ResponseElement = XElement.Parse(transaction.ResponseText);