Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
test
TestController
Interface TestController
interface
TestController
{
id
:
string
;
label
:
string
;
onItemsChanged
:
Event
<
TreeDelta
<
string
,
TestItem
>
[]
>
;
onProfilesChanged
:
Event
<
CollectionDelta
<
TestRunProfile
,
TestRunProfile
>
>
;
onRunsChanged
:
Event
<
CollectionDelta
<
TestRun
,
TestRun
>
>
;
testRunProfiles
:
readonly
TestRunProfile
[]
;
testRuns
:
readonly
TestRun
[]
;
tests
:
readonly
TestItem
[]
;
clearRuns
(
)
:
void
;
refreshTests
(
token
)
:
Promise
<
void
>
;
}
Index
Properties
id
label
on
Items
Changed
on
Profiles
Changed
on
Runs
Changed
test
Run
Profiles
test
Runs
tests
Methods
clear
Runs
refresh
Tests
Properties
Readonly
id
id
:
string
Readonly
label
label
:
string
Readonly
on
Items
Changed
on
Items
Changed
:
Event
<
TreeDelta
<
string
,
TestItem
>
[]
>
Readonly
on
Profiles
Changed
on
Profiles
Changed
:
Event
<
CollectionDelta
<
TestRunProfile
,
TestRunProfile
>
>
Readonly
on
Runs
Changed
on
Runs
Changed
:
Event
<
CollectionDelta
<
TestRun
,
TestRun
>
>
Readonly
test
Run
Profiles
test
Run
Profiles
:
readonly
TestRunProfile
[]
Readonly
test
Runs
test
Runs
:
readonly
TestRun
[]
Readonly
tests
tests
:
readonly
TestItem
[]
Methods
clear
Runs
clear
Runs
(
)
:
void
Returns
void
refresh
Tests
refresh
Tests
(
token
)
:
Promise
<
void
>
Parameters
token
:
CancellationToken
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
id
label
on
Items
Changed
on
Profiles
Changed
on
Runs
Changed
test
Run
Profiles
test
Runs
tests
clear
Runs
refresh
Tests
Theia TypeDoc
Loading...