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

GatherSystemInformationTO_CanRemove_ResultEmpty_ReturnTrue() private method

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