Assertable<T>.DoesNotThrow method

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

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

See Also