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

Test() public method

public Test ( ) : ATMLModelLibrary.model.common
return ATMLModelLibrary.model.common
        public Test()
        {
            this._testResult = new List<TestResult>();
            this._testLimits = new List<Limit>();
            this._calibration = new List<Parameter>();
            this._outcome = new Outcome();
        }