Adds informational context to all assertions made using this chain.
public Assertable Context(params Expression<Func<object>>[] contextExpressions)
Adds informational context to all assertions made using this chain.
public Assertable Context(IEnumerable<ValueTuple<string, object>> context)
Adds informational context to all assertions made using this chain.
public Assertable Context(object context)
Adds informational context to all assertions made using this chain.
public Assertable Context(string name, object value)
Adds informational context to all assertions made using this chain.
public Assertable Context(ValueTuple<string, object> first,
params ValueTuple<string, object>[] rest)
Adds informational context to all assertions made using this chain.
public Assertable Context<TValue>(IReadOnlyDictionary<string, TValue> data)