ATMLModelLibrary.model.test.TestResults.TestResults C# (CSharp) Method

TestResults() public method

public TestResults ( ) : ATMLModelLibrary.model.common
return ATMLModelLibrary.model.common
        public TestResults()
        {
            this._extension = new Extension();
            this._workOrder = new WorkOrder();
            this._uUT = new ItemInstance();
            this._testStation = new HardwareInstance();
            this._testProgram = new TestResultsTestProgram();
            this._testDescription = new ItemDescriptionReference();
            this._site = new Organization();
            this._resultSet = new TestGroup();
            this._references = new List<Document>();
            this._preTestRepairs = new List<Repair>();
            this._personnel = new TestResultsPersonnel();
        }