Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
test
TestRun
Interface TestRun
interface
TestRun
{
controller
:
TestController
;
id
:
string
;
isRunning
:
boolean
;
items
:
readonly
TestItem
[]
;
name
:
string
;
onDidChangeProperty
:
Event
<
{
isRunning
?:
boolean
;
name
?:
string
;
}
>
;
onDidChangeTestOutput
:
Event
<
[
undefined
|
TestItem
,
TestOutputItem
]
[]
>
;
onDidChangeTestState
:
Event
<
TestStateChangedEvent
[]
>
;
cancel
(
)
:
void
;
getOutput
(
item
?
)
:
readonly
TestOutputItem
[]
;
getTestState
(
item
)
:
undefined
|
TestState
;
}
Index
Properties
controller
id
is
Running
items
name
on
Did
Change
Property
on
Did
Change
Test
Output
on
Did
Change
Test
State
Methods
cancel
get
Output
get
Test
State
Properties
Readonly
controller
controller
:
TestController
Readonly
id
id
:
string
Readonly
is
Running
is
Running
:
boolean
Readonly
items
items
:
readonly
TestItem
[]
Readonly
name
name
:
string
on
Did
Change
Property
on
Did
Change
Property
:
Event
<
{
isRunning
?:
boolean
;
name
?:
string
;
}
>
Type declaration
Optional
is
Running
?:
boolean
Optional
name
?:
string
on
Did
Change
Test
Output
on
Did
Change
Test
Output
:
Event
<
[
undefined
|
TestItem
,
TestOutputItem
]
[]
>
on
Did
Change
Test
State
on
Did
Change
Test
State
:
Event
<
TestStateChangedEvent
[]
>
Methods
cancel
cancel
(
)
:
void
Returns
void
get
Output
get
Output
(
item
?
)
:
readonly
TestOutputItem
[]
Parameters
Optional
item
:
TestItem
Returns
readonly
TestOutputItem
[]
get
Test
State
get
Test
State
(
item
)
:
undefined
|
TestState
Parameters
item
:
TestItem
Returns
undefined
|
TestState
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
controller
id
is
Running
items
name
on
Did
Change
Property
on
Did
Change
Test
Output
on
Did
Change
Test
State
cancel
get
Output
get
Test
State
Theia TypeDoc
Loading...