Beispiel #1
0
        public async Task Logs_Information()
        {
            await _client.GetAsync($"/LoggingSamples/LogInformation/{_testId}");

            LoggingSnippetsTests.PollAndVerifyLog(_startTime, _testId);
        }
        public async Task Logs_Information()
        {
            await _client.GetAsync($"/LoggingSamples/{nameof(LoggingSamplesController.LogInformation)}/{_testId}");

            LoggingSnippetsTests.PollAndVerifyLog(LogEntryPolling.Default, _startTime, _testId);
        }