Beispiel #1
0
        public async Task OldAwaitInCatchFinallyBlocks()
        {
            var sharp = new OldSharp();

            var customer = await sharp.GetCustomerByIdAsync(-1);

            Assert.That(customer, Is.Null);
        }