AssertEx.Context method (1 of 6)

Adds informational context to all assertions made within the IDisposable scope.

public static IDisposable Context(params Expression<Func<object>>[] contextExpressions)

See Also


AssertEx.Context method (2 of 6)

Adds informational context to all assertions made within the IDisposable scope.

public static IDisposable Context(IEnumerable<ValueTuple<string, object>> context)

See Also


AssertEx.Context method (3 of 6)

Adds informational context to all assertions made within the IDisposable scope.

public static IDisposable Context(object context)

See Also


AssertEx.Context method (4 of 6)

Adds informational context to all assertions made within the IDisposable scope.

public static IDisposable Context(string name, object value)

See Also


AssertEx.Context method (5 of 6)

Adds informational context to all assertions made within the IDisposable scope.

public static IDisposable Context(ValueTuple<string, object> first, 
    params ValueTuple<string, object>[] rest)

See Also


AssertEx.Context<TValue> method (6 of 6)

Adds informational context to all assertions made within the IDisposable scope.

public static IDisposable Context<TValue>(IReadOnlyDictionary<string, TValue> data)

See Also