C# Class UnityEngine.PlaymodeTestsRunner.TestListBuilder.TestListElement

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
fullName string
id string
name string
testExecutor TestExecutorBase

Protected Properties

Property Type Description
children List
parent TestListElement

Public Methods

Method Description
AddChildren ( List children ) : void
AddChildren ( TestListElement child ) : void
GetChildren ( ) : IEnumerable
GetFlattenedHierarchy ( ) : IEnumerable

Protected Methods

Method Description
TestListElement ( string id, string name, string fullName ) : System

Method Details

AddChildren() public method

public AddChildren ( List children ) : void
children List
return void

AddChildren() public method

public AddChildren ( TestListElement child ) : void
child TestListElement
return void

GetChildren() public method

public GetChildren ( ) : IEnumerable
return IEnumerable

GetFlattenedHierarchy() public method

public GetFlattenedHierarchy ( ) : IEnumerable
return IEnumerable

TestListElement() protected method

protected TestListElement ( string id, string name, string fullName ) : System
id string
name string
fullName string
return System

Property Details

children protected property

protected List children
return List

fullName public property

public string fullName
return string

id public property

public string id
return string

name public property

public string name
return string

parent protected property

protected TestListElement,UnityEngine.PlaymodeTestsRunner.TestListBuilder parent
return TestListElement

testExecutor public property

public TestExecutorBase testExecutor
return TestExecutorBase