Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/test
browser/test-service
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
?:
TestItem
)
:
readonly
TestOutputItem
[]
;
getTestState
(
item
:
TestItem
)
:
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
isRunning
:
boolean
Readonly
items
items
:
readonly
TestItem
[]
Readonly
name
name
:
string
on
Did
Change
Property
onDidChangeProperty
:
Event
<
{
isRunning
?:
boolean
;
name
?:
string
}
>
on
Did
Change
Test
Output
onDidChangeTestOutput
:
Event
<
[
undefined
|
TestItem
,
TestOutputItem
]
[]
>
on
Did
Change
Test
State
onDidChangeTestState
:
Event
<
TestStateChangedEvent
[]
>
Methods
cancel
cancel
()
:
void
Returns
void
get
Output
getOutput
(
item
?:
TestItem
)
:
readonly
TestOutputItem
[]
Parameters
Optional
item
:
TestItem
Returns
readonly
TestOutputItem
[]
get
Test
State
getTestState
(
item
:
TestItem
)
:
undefined
|
TestState
Parameters
item
:
TestItem
Returns
undefined
|
TestState
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
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
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...