ATMLModelLibrary.model.uut.SoftwareUUT.SoftwareUUT C# (CSharp) Method

SoftwareUUT() public method

public SoftwareUUT ( ) : System
return System
        public SoftwareUUT()
        {
            this._warnings = new List<object>();
            this._statusCodes = new List<SoftwareUUTStatusCode>();
        }