WaitUntilAssertable<T>.DoesNotThrow method

Asserts that assertionExpression does not throw an exception and allows chaining further asserts on the current value.

public WaitUntilAssertable DoesNotThrow(Expression<Action<T>> assertionExpression)

See Also