Dev2.Core.Tests.DeployStatsCalculatorTests.DeploySummaryPredicateExisting_NullNavigationItemViewModel_Expected_False C# (CSharp) Method

DeploySummaryPredicateExisting_NullNavigationItemViewModel_Expected_False() private method

        public void DeploySummaryPredicateExisting_NullNavigationItemViewModel_Expected_False()
        {
            bool actual = DeployStatsCalculator.DeploySummaryPredicateExisting(null, null);

            Assert.IsFalse(actual);
        }
DeployStatsCalculatorTests