Assertable<T>.Context method (1 of 6)

Adds informational context to all assertions made using this chain.

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

See Also


Assertable<T>.Context method (2 of 6)

Adds informational context to all assertions made using this chain.

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

See Also


Assertable<T>.Context method (3 of 6)

Adds informational context to all assertions made using this chain.

public Assertable Context(object context)

See Also


Assertable<T>.Context method (4 of 6)

Adds informational context to all assertions made using this chain.

public Assertable Context(string name, object value)

See Also


Assertable<T>.Context method (5 of 6)

Adds informational context to all assertions made using this chain.

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

See Also


Assertable<T>.Context<TValue> method (6 of 6)

Adds informational context to all assertions made using this chain.

public Assertable Context<TValue>(IReadOnlyDictionary<string, TValue> data)

See Also