You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.IsTrue(responseBody.Length>0,"Response was empty");
60
85
Assert.AreEqual(response.Content.Headers.ContentLength,responseBody.Length,"Retrieved data length is different than the one specified in the Content-Length header");
61
86
Assert.IsTrue(responseBody.Contains($"\"{jsonFieldName}\"",StringComparison.OrdinalIgnoreCase),$"\"{jsonFieldName}\" should have been in the response JSON");
0 commit comments