ATMLModelLibrary.DetailedTestInformationz.DetailedTestInformationz C# (CSharp) Method

DetailedTestInformationz() public method

public DetailedTestInformationz ( System.Xml.Linq.XElement detailedTestInformation ) : System.Collections.Generic
detailedTestInformation System.Xml.Linq.XElement
return System.Collections.Generic
        public DetailedTestInformationz(XElement detailedTestInformation)
        {
            _detailedTestInformation = detailedTestInformation;
            _entryPoints.AddRange(detailedTestInformation.Descendants(NameSpaceLibrary.tdns + "TestGroupEntryPoint"));
        }
DetailedTestInformationz