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

GatherSystemInformationTOShouldImplementIDev2TOFn() private method

private GatherSystemInformationTOShouldImplementIDev2TOFn ( ) : void
return void
        public void GatherSystemInformationTOShouldImplementIDev2TOFn()
        {
            //------------Setup for test--------------------------
            
            //------------Execute Test---------------------------
            GatherSystemInformationTO informationTO = new GatherSystemInformationTO();
            //------------Assert Results-------------------------
            Assert.IsInstanceOfType(informationTO,typeof(IDev2TOFn));
        }