C# Class UnityEditor.EditorTestsRunner.EditorTestInfo

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

Méthodes publiques

Свойство Type Description
Namespace string
assemblyPath string
categories string[]
className string
fullClassName string
fullMethodName string
fullName string
id string
isIgnored bool
methodName string
paramName string

Méthodes publiques

Méthode Description
EditorTestInfo ( ITest testInfo ) : NUnit.Core
EditorTestInfo ( NUnit.Core.TestMethod testMethod ) : NUnit.Core

Private Methods

Méthode Description
ExtractMethodCallParametersString ( string methodFullName ) : string
GetAssemblyPath ( NUnit.Core.TestMethod testMethod ) : string

Method Details

EditorTestInfo() public méthode

public EditorTestInfo ( ITest testInfo ) : NUnit.Core
testInfo ITest
Résultat NUnit.Core

EditorTestInfo() public méthode

public EditorTestInfo ( NUnit.Core.TestMethod testMethod ) : NUnit.Core
testMethod NUnit.Core.TestMethod
Résultat NUnit.Core

Property Details

Namespace public_oe property

public string Namespace
Résultat string

assemblyPath public_oe property

public string assemblyPath
Résultat string

categories public_oe property

public string[] categories
Résultat string[]

className public_oe property

public string className
Résultat string

fullClassName public_oe property

public string fullClassName
Résultat string

fullMethodName public_oe property

public string fullMethodName
Résultat string

fullName public_oe property

public string fullName
Résultat string

id public_oe property

public string id
Résultat string

isIgnored public_oe property

public bool isIgnored
Résultat bool

methodName public_oe property

public string methodName
Résultat string

paramName public_oe property

public string paramName
Résultat string