Adds informational context to all assertions made within the IDisposable
scope.
public static IDisposable Context(params Expression<Func<object>>[] contextExpressions)
Adds informational context to all assertions made within the IDisposable
scope.
public static IDisposable Context(IEnumerable<ValueTuple<string, object>> context)
Adds informational context to all assertions made within the IDisposable
scope.
public static IDisposable Context(object context)
Adds informational context to all assertions made within the IDisposable
scope.
public static IDisposable Context(string name, object value)
Adds informational context to all assertions made within the IDisposable
scope.
public static IDisposable Context(ValueTuple<string, object> first,
params ValueTuple<string, object>[] rest)
Adds informational context to all assertions made within the IDisposable
scope.
public static IDisposable Context<TValue>(IReadOnlyDictionary<string, TValue> data)