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
#pragma warning disable IDE0130// Namespace does not match folder structure; by design.
namespaceUnitTestEx;
#pragma warning restore IDE0130// Namespace does not match folder structure
publicstaticpartialclassUnitTestExExtensions
{
/// <summary>
/// Asserts that the response is a <see cref="ProblemDetails"/> and that the <see cref="ProblemDetails.Title"/> matches the expected <paramref name="title"/>.