Beispiel #1
0
        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;
        }