Dev2.Tests.GatherSystemInformationTOTests.GatherSystemInformationTO_CanAdd_ResultEmpty_ReturnFalse C# (CSharp) Method

GatherSystemInformationTO_CanAdd_ResultEmpty_ReturnFalse() private method

        public void GatherSystemInformationTO_CanAdd_ResultEmpty_ReturnFalse()
        {
            //------------Setup for test--------------------------
            //------------Execute Test---------------------------
            var gatherSystemInformationTO = new GatherSystemInformationTO { Result = string.Empty };
            //------------Assert Results-------------------------
            Assert.IsFalse(gatherSystemInformationTO.CanAdd());
        }