public IExpectProvider EnableExceptions()
        {
            var provider = new MultiExpectProvider(this.commandProviders);
            provider.ThrowExceptions = true;

            return provider;
        }
Example #2
0
        public IExpectProvider EnableExceptions()
        {
            var provider = new MultiExpectProvider(this.commandProviders);

            provider.ThrowExceptions = true;

            return(provider);
        }