Example #1
0
#pragma warning disable xUnit1013
        /// <summary>
        /// Method to generate data with 1000 instances into cosmos db. Undocument the [Fact] line, run
        /// the test once, make the fact a comment again and run tests.
        /// </summary>
        // [Fact]
        public void GenerateData()
        {
            DatabaseFixture.GenerateTestdata(_fixture.CreateClient());
        }