public IAssertProvider EnableExceptions() { var provider = new MultiAssertProvider(this.commandProviders); provider.ThrowExceptions = true; return(provider); }
public IAssertProvider EnableExceptions() { var provider = new MultiAssertProvider(this.commandProviders); provider.ThrowExceptions = true; return provider; }