Esempio n. 1
0
        public void NotCrashIfViewModelIsNotSetAndExecuteActionIsCalled()
        {
            var v = new TestView();

            Assert.DoesNotThrow(() => v.ExecuteViewModelMethod(CallViewModelExecute));
        }