Dev2.Core.Tests.DeployViewModelTest.DeployViewModel_IsInstanceOfIHandleEnvironmentDeleted C# (CSharp) 메소드

DeployViewModel_IsInstanceOfIHandleEnvironmentDeleted() 개인적인 메소드

        public void DeployViewModel_IsInstanceOfIHandleEnvironmentDeleted()
        {
            IEnvironmentModel server;
            DeployViewModel vm;
            SetupVmForMessages(out server, out vm);
            Assert.IsInstanceOfType(vm, typeof(IHandle<EnvironmentDeletedMessage>));
        }
DeployViewModelTest