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

Adds informational context to all assertions made using this chain.

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

See Also


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

Adds informational context to all assertions made using this chain.

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

See Also


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

Adds informational context to all assertions made using this chain.

public WaitUntilAssertable Context(object context)

See Also


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

Adds informational context to all assertions made using this chain.

public WaitUntilAssertable Context(string name, object value)

See Also


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

Adds informational context to all assertions made using this chain.

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

See Also


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

Adds informational context to all assertions made using this chain.

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

See Also