ATMLModelLibrary.model.common.TestConfiguration.ShouldSerializeTestProgramElements C# (CSharp) Method

ShouldSerializeTestProgramElements() public method

Test whether TestProgramElements should be serialized
public ShouldSerializeTestProgramElements ( ) : bool
return bool
        public virtual bool ShouldSerializeTestProgramElements()
        {
            return TestProgramElements != null && TestProgramElements.Count > 0;
        }