C# Class UnityEngine.TestRunner.TestLaunchers.RemoteTestData

Mostra 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_oe property

public string[] Categories
return string[]

ChildIndex public_oe property

public int ChildIndex
return int

Description public_oe property

public string Description
return string

IsTestAssembly public_oe property

public bool IsTestAssembly
return bool

ParentFullName public_oe property

public string ParentFullName
return string

ParentId public_oe property

public string ParentId
return string

ParentUniqueName public_oe property

public string ParentUniqueName
return string

RunState public_oe property

public RunState RunState
return RunState

SkipReason public_oe property

public string SkipReason
return string

UniqueName public_oe property

public string UniqueName
return string

childrenIds public_oe property

public string[] childrenIds
return string[]

fullName public_oe property

public string fullName
return string

hasChildren public_oe property

public bool hasChildren
return bool

id public_oe property

public string id
return string

isSuite public_oe property

public bool isSuite
return bool

name public_oe property

public string name
return string

testCaseCount public_oe property

public int testCaseCount
return int

testCaseTimeout public_oe property

public int testCaseTimeout
return int