Beispiel #1
0
        public async Task DemoRun_GetCouponsByCategoryAsync(string category)
        {
            //Arrange
            NindoClient client = new NindoClient();

            //Act
            var result = await client.GetCouponsByCategoryAsync(category);

            //Assert
            Assert.NotNull(result);
        }