C# Class UnityEditor.EditorTestsRunner.FilteringOptions

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
categories string[]
nameFilter string
showFailed bool
showIgnored bool
showNotRunned bool
showSucceeded bool

Property Details

categories public property

public string[] categories
return string[]

nameFilter public property

public string nameFilter
return string

showFailed public property

public bool showFailed
return bool

showIgnored public property

public bool showIgnored
return bool

showNotRunned public property

public bool showNotRunned
return bool

showSucceeded public property

public bool showSucceeded
return bool