コード例 #1
0
ファイル: TopicControllerTest.cs プロジェクト: emd-che/Forum
        public void TestGetAllTopicsReturnsOk()
        {
            var okResult = _controller.GetAllTopics();

            Assert.IsType <OkObjectResult>(okResult.Result);
        }