コード例 #1
0
        public async void Test_GetPriorities()
        {
            var sut = new TicketController(_db);

            var res = await sut.GetPriorities();

            Assert.True(res.Result.GetType() == typeof(OkObjectResult));
        }