ATMLModelLibrary.model.common.TestConfiguration.ShouldSerializeTestProgramElements C# (CSharp) 메소드

ShouldSerializeTestProgramElements() 공개 메소드

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