コード例 #1
0
        public void WatchingContentTest()
        {
            EmployerController con = new EmployerController();
            ViewResult         res = con.WatchingContent() as ViewResult;

            Assert.IsNotNull(res);
        }