C# Class UnityEditor.EditorTestsRunner.TestLineTreeViewItem

Inheritance: EditorTestTreeViewItem
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
TestLineTreeViewItem ( NUnit.Core.TestMethod test, int depth, TreeViewItem parent ) : NUnit.Core

Méthodes protégées

Méthode Description
ResultUpdated ( EditorTestResult result ) : void

Method Details

ResultUpdated() protected méthode

protected ResultUpdated ( EditorTestResult result ) : void
result EditorTestResult
Résultat void

TestLineTreeViewItem() public méthode

public TestLineTreeViewItem ( NUnit.Core.TestMethod test, int depth, TreeViewItem parent ) : NUnit.Core
test NUnit.Core.TestMethod
depth int
parent TreeViewItem
Résultat NUnit.Core