ATMLModelLibrary.model.common.TestConfiguration.TestConfiguration C# (CSharp) Method

TestConfiguration() public method

public TestConfiguration ( ) : System
return System
        public TestConfiguration()
        {
            this._additionalResources = new List<ConfigurationResourceReference>();
            this._additionalSoftware = new List<ConfigurationSoftwareReference>();
            this._testProgramElements = new List<object>();
            this._testEquipment = new List<TestConfigurationTestEquipmentItem>();
            this._testedUUTs = new List<ItemDescriptionReference>();
        }