C# Class UnityEditor.EditorTestsRunner.EditorTestInfo

Show file 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 property

public string Namespace
return string

assemblyPath public property

public string assemblyPath
return string

categories public property

public string[] categories
return string[]

className public property

public string className
return string

fullClassName public property

public string fullClassName
return string

fullMethodName public property

public string fullMethodName
return string

fullName public property

public string fullName
return string

id public property

public string id
return string

isIgnored public property

public bool isIgnored
return bool

methodName public property

public string methodName
return string

paramName public property

public string paramName
return string