Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/test
browser/test-service
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
:
CancellationToken
)
:
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
onItemsChanged
:
Event
<
TreeDelta
<
string
,
TestItem
>
[]
>
Readonly
on
Profiles
Changed
onProfilesChanged
:
Event
<
CollectionDelta
<
TestRunProfile
,
TestRunProfile
>
>
Readonly
on
Runs
Changed
onRunsChanged
:
Event
<
CollectionDelta
<
TestRun
,
TestRun
>
>
Readonly
test
Run
Profiles
testRunProfiles
:
readonly
TestRunProfile
[]
Readonly
test
Runs
testRuns
:
readonly
TestRun
[]
Readonly
tests
tests
:
readonly
TestItem
[]
Methods
clear
Runs
clearRuns
()
:
void
Returns
void
refresh
Tests
refreshTests
(
token
:
CancellationToken
)
:
Promise
<
void
>
Parameters
token
:
CancellationToken
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
label
on
Items
Changed
on
Profiles
Changed
on
Runs
Changed
test
Run
Profiles
test
Runs
tests
Methods
clear
Runs
refresh
Tests
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...