コード例 #1
0
ファイル: IgorServiceTests.cs プロジェクト: eze1981/igor
        public void RequestNotepadAction()
        {
            var service = new IgorService();
            var actions = service.GetActionsFor("notepad");

            //actions.Any(a => a.Name.
            Assert.IsTrue(actions.Count() > 0);
        }
コード例 #2
0
ファイル: IgorServiceTests.cs プロジェクト: eze1981/igor
        public void RequestNotepadAction()
        {
            var service = new IgorService();
            var actions = service.GetActionsFor("notepad");


            //actions.Any(a => a.Name.
            Assert.IsTrue(actions.Count() > 0);
        }