UnityEngine.PlaymodeTestsRunner.TestListBuilder.TestListElement.TestListElement C# (CSharp) Method

TestListElement() protected method

protected TestListElement ( string id, string name, string fullName ) : System
id string
name string
fullName string
return System
        protected TestListElement(string id, string name, string fullName)
        {
            this.id = id;
            this.name = name;
            this.fullName = fullName;
        }