예제 #1
0
        private static async Task RunOasTestsAsync()
        {
            var tests = new OasTests();
            await tests.PetStoreClient();

            await tests.PetStoreServer();
        }
예제 #2
0
        private static async Task RunOasTestsAsync()
        {
            var tests = new OasTests();
            await tests.PetStoreClient();

            await tests.PetStoreServer();

            TestCount += tests.TestCount;
            Console.WriteLine($"Tests ran {TestCount} - OAS");
        }