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

GatherSystemInformationTO_CanRemove_ResultWithData_ReturnFalse() private method

        public void GatherSystemInformationTO_CanRemove_ResultWithData_ReturnFalse()
        {
            //------------Setup for test--------------------------
            //------------Execute Test---------------------------
            var gatherSystemInformationTO = new GatherSystemInformationTO { Result = "Value" };
            //------------Assert Results-------------------------
            Assert.IsFalse(gatherSystemInformationTO.CanRemove());
        }