C# Class UnityEditor.EditorTestsRunner.EditorTestResultBase

Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Protected Properties

Property Type Description
m_Children List
m_OnResultUpdate Action
m_ParentGroup EditorTestResultGroup

Public Methods

Method Description
SetParent ( EditorTestResultGroup parent ) : void
SetResultChangedCallback ( Action resultUpdated ) : void

Protected Methods

Method Description
EditorTestResultBase ( ) : System

Method Details

EditorTestResultBase() protected method

protected EditorTestResultBase ( ) : System
return System

SetParent() public method

public SetParent ( EditorTestResultGroup parent ) : void
parent EditorTestResultGroup
return void

SetResultChangedCallback() public method

public SetResultChangedCallback ( Action resultUpdated ) : void
resultUpdated Action
return void

Property Details

m_Children protected_oe property

protected List m_Children
return List

m_OnResultUpdate protected_oe property

protected Action m_OnResultUpdate
return Action

m_ParentGroup protected_oe property

protected EditorTestResultGroup,UnityEditor.EditorTestsRunner m_ParentGroup
return EditorTestResultGroup