Esempio n. 1
0
        public void WhenBulkExecutorShouldDoesNotThrowExceptions()
        {
            var exception = Record.Exception(() => sut.BulkExecutor(sut.DocumentClient(), new Mock <DocumentCollection>().Object));

            Assert.Null(exception);
        }