Dev2.Core.Tests.MainViewModelTest.MainViewModel_ShowCommunityPageCommand_ShowShowCommunityPagActive C# (CSharp) Method

MainViewModel_ShowCommunityPageCommand_ShowShowCommunityPagActive() private method

        public void MainViewModel_ShowCommunityPageCommand_ShowShowCommunityPagActive()
        {
            CreateFullExportsAndVm();
            //------------Execute Test---------------------------
            MainViewModel.ShowCommunityPageCommand.Execute(null);
            BrowserPopupController.Verify(controller => controller.ShowPopup(It.IsAny<string>()));
        }
MainViewModelTest