C# Class UnityEditor.EditorTestsRunner.TestLineTreeViewItem

Inheritance: EditorTestTreeViewItem
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
TestLineTreeViewItem ( NUnit.Core.TestMethod test, int depth, TreeViewItem parent ) : NUnit.Core

Protected Methods

Method Description
ResultUpdated ( EditorTestResult result ) : void

Method Details

ResultUpdated() protected method

protected ResultUpdated ( EditorTestResult result ) : void
result EditorTestResult
return void

TestLineTreeViewItem() public method

public TestLineTreeViewItem ( NUnit.Core.TestMethod test, int depth, TreeViewItem parent ) : NUnit.Core
test NUnit.Core.TestMethod
depth int
parent TreeViewItem
return NUnit.Core