C# Class UnityEditor.EditorTestsRunner.EditorTestInfo

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

Public Properties

Property Type Description
Namespace string
assemblyPath string
categories string[]
className string
fullClassName string
fullMethodName string
fullName string
id string
isIgnored bool
methodName string
paramName string

Public Methods

Method Description
EditorTestInfo ( ITest testInfo ) : NUnit.Core
EditorTestInfo ( NUnit.Core.TestMethod testMethod ) : NUnit.Core

Private Methods

Method Description
ExtractMethodCallParametersString ( string methodFullName ) : string
GetAssemblyPath ( NUnit.Core.TestMethod testMethod ) : string

Method Details

EditorTestInfo() public method

public EditorTestInfo ( ITest testInfo ) : NUnit.Core
testInfo ITest
return NUnit.Core

EditorTestInfo() public method

public EditorTestInfo ( NUnit.Core.TestMethod testMethod ) : NUnit.Core
testMethod NUnit.Core.TestMethod
return NUnit.Core

Property Details

Namespace public_oe property

public string Namespace
return string

assemblyPath public_oe property

public string assemblyPath
return string

categories public_oe property

public string[] categories
return string[]

className public_oe property

public string className
return string

fullClassName public_oe property

public string fullClassName
return string

fullMethodName public_oe property

public string fullMethodName
return string

fullName public_oe property

public string fullName
return string

id public_oe property

public string id
return string

isIgnored public_oe property

public bool isIgnored
return bool

methodName public_oe property

public string methodName
return string

paramName public_oe property

public string paramName
return string