コード例 #1
0
        public void IngestionHttpStatusCodeOk()
        {
            var call = PrepareServiceCall();

            SetupAdapterSendResponse(HttpStatusCode.OK);
            _ingestionHttp.ExecuteCallAsync(call).RunNotAsync();
            VerifyAdapterSend(Times.Once());

            // No throw any exception
        }