Esempio n. 1
0
        public async void TestGetAll()
        {
            var okResult = await _controller.GetAllPhones();

            Assert.IsType <OkObjectResult>(okResult);
        }