Dev2.Core.Tests.DeployViewModelTest.DeployViewModel_IsInstanceOfIHandleEnvironmentDeleted C# (CSharp) Method

DeployViewModel_IsInstanceOfIHandleEnvironmentDeleted() private method

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