3 writes to ResponseText
Microsoft.AspNetCore.Authentication.Test (3)
JwtBearerTests.cs (1)
1261transaction.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)
246Assert.Equal("Bob le Magnifique", response.ResponseText); 274Assert.Equal("", response.ResponseText); 293Assert.Equal("", response.ResponseText); 320Assert.Equal("", response.ResponseText); 344Assert.Equal("", response.ResponseText); 364Assert.Equal("", response.ResponseText); 385Assert.Equal("", response.ResponseText); 416Assert.Equal("", response.ResponseText); 466Assert.Equal("", response.ResponseText); 478Assert.Equal("", response.ResponseText); 517Assert.Equal("Bob le Magnifique", response.ResponseText); 546Assert.Equal("Bob le Tout Puissant", response.ResponseText); 580Assert.Equal(string.Empty, response.ResponseText); 652Assert.Equal(string.Empty, response.ResponseText); 724Assert.Equal(string.Empty, response.ResponseText); 785Assert.Equal(string.Empty, response.ResponseText); 1267transaction.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);