Adf.Core.Test.TestItemType.TestItemType C# (CSharp) Method

TestItemType() public method

public TestItemType ( string name )
name string
        public TestItemType(string name)
            : base(name)
        {
        }
TestItemType