JMeter.Toolkit.Engine.XSD.testResults.testResults C# (CSharp) Method

testResults() public method

public testResults ( ) : System
return System
        public testResults()
        {
            this.httpSampleField = new List<testResultsHttpSample>();
        }