Пример #1
0
        public void ValidationSearchPersoneFromPresenterExecuteCommandTest()
        {
            FormPersonne f = new FormPersonne();
            PresenterPersonne2 p = new PresenterPersonne2(f);
            p.Start();
            p.ExecuteCommand("Test");

            Assert.IsNotNull(f.ViewLogics.ContextValidationMessage);
        }
Пример #2
0
        public void ValidationSearchPersoneFromPresenterExecuteCommandTest()
        {
            FormPersonne       f = new FormPersonne();
            PresenterPersonne2 p = new PresenterPersonne2(f);

            p.Start();
            p.ExecuteCommand("Test");

            Assert.IsNotNull(f.ViewLogics.ContextValidationMessage);
        }