Esempio n. 1
0
        public void RequestNotepadAction()
        {
            var service = new IgorService();
            var actions = service.GetActionsFor("notepad");

            //actions.Any(a => a.Name.
            Assert.IsTrue(actions.Count() > 0);
        }
Esempio n. 2
0
        public void RequestNotepadAction()
        {
            var service = new IgorService();
            var actions = service.GetActionsFor("notepad");


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