C# Class UnityEngine.TestRunner.TestLaunchers.RemoteTestData

Show file Open project: nintendaii/unity-background-service

Public Properties

Property Type Description
Categories string[]
ChildIndex int
Description string
IsTestAssembly bool
ParentFullName string
ParentId string
ParentUniqueName string
RunState RunState
SkipReason string
UniqueName string
childrenIds string[]
fullName string
hasChildren bool
id string
isSuite bool
name string
testCaseCount int
testCaseTimeout int

Private Methods

Method Description
RemoteTestData ( ITest test ) : System

Property Details

Categories public property

public string[] Categories
return string[]

ChildIndex public property

public int ChildIndex
return int

Description public property

public string Description
return string

IsTestAssembly public property

public bool IsTestAssembly
return bool

ParentFullName public property

public string ParentFullName
return string

ParentId public property

public string ParentId
return string

ParentUniqueName public property

public string ParentUniqueName
return string

RunState public property

public RunState RunState
return RunState

SkipReason public property

public string SkipReason
return string

UniqueName public property

public string UniqueName
return string

childrenIds public property

public string[] childrenIds
return string[]

fullName public property

public string fullName
return string

hasChildren public property

public bool hasChildren
return bool

id public property

public string id
return string

isSuite public property

public bool isSuite
return bool

name public property

public string name
return string

testCaseCount public property

public int testCaseCount
return int

testCaseTimeout public property

public int testCaseTimeout
return int