AWSSDK_DotNet.IntegrationTests.Tests.Tests45.TestResponseMockingLots C# (CSharp) 메소드

TestResponseMockingLots() 개인적인 메소드

private TestResponseMockingLots ( ) : void
리턴 void
        public void TestResponseMockingLots()
        {
            var count = 1000;
            for(int i=0;i<count;i++)
            {
                Console.WriteLine("Test {0}", i + 1);
                TestResponseMocking();
            }
        }