Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/test
browser/test-service
DefaultTestService
Class DefaultTestService
Implements
TestService
Index
Constructors
constructor
Properties
contribution
Provider
on
Controllers
Changed
on
Did
Change
Is
Refreshing
quickpick
Service
Accessors
is
Refreshing
Methods
cancel
Refresh
clear
Results
configure
Profile
get
Controllers
pick
Profile
pick
Profile
Kind
refresh
register
Contributions
register
Test
Controller
run
All
Tests
run
Test
For
Controller
run
Tests
run
Tests
With
Profile
select
Default
Profile
Constructors
constructor
new
DefaultTestService
()
:
DefaultTestService
Returns
DefaultTestService
Properties
Protected
Readonly
contribution
Provider
contributionProvider
:
ContributionProvider
<
TestContribution
>
on
Controllers
Changed
onControllersChanged
:
Event
<
CollectionDelta
<
string
,
TestController
>
>
= ...
on
Did
Change
Is
Refreshing
onDidChangeIsRefreshing
:
Event
<
void
>
= ...
quickpick
Service
quickpickService
:
QuickPickService
Accessors
is
Refreshing
get
isRefreshing
()
:
boolean
Returns
boolean
Methods
cancel
Refresh
cancelRefresh
()
:
void
Returns
void
clear
Results
clearResults
()
:
void
Returns
void
configure
Profile
configureProfile
()
:
void
Returns
void
get
Controllers
getControllers
()
:
TestController
[]
Returns
TestController
[]
Protected
pick
Profile
pickProfile
(
runProfiles
:
readonly
TestRunProfile
[]
,
title
:
string
,
)
:
Promise
<
undefined
|
TestRunProfile
>
Parameters
runProfiles
:
readonly
TestRunProfile
[]
title
:
string
Returns
Promise
<
undefined
|
TestRunProfile
>
Protected
pick
Profile
Kind
pickProfileKind
()
:
Promise
<
undefined
|
TestRunProfileKind
>
Returns
Promise
<
undefined
|
TestRunProfileKind
>
refresh
refresh
()
:
void
Returns
void
Protected
register
Contributions
registerContributions
()
:
void
Returns
void
register
Test
Controller
registerTestController
(
controller
:
TestController
)
:
Disposable
Parameters
controller
:
TestController
Returns
Disposable
run
All
Tests
runAllTests
(
profileKind
:
TestRunProfileKind
)
:
void
Parameters
profileKind
:
TestRunProfileKind
Returns
void
Protected
run
Test
For
Controller
runTestForController
(
controller
:
TestController
,
profileKind
:
TestRunProfileKind
,
items
:
readonly
TestItem
[]
,
)
:
Promise
<
void
>
Parameters
controller
:
TestController
profileKind
:
TestRunProfileKind
items
:
readonly
TestItem
[]
Returns
Promise
<
void
>
run
Tests
runTests
(
profileKind
:
TestRunProfileKind
,
items
:
TestItem
[]
)
:
void
Parameters
profileKind
:
TestRunProfileKind
items
:
TestItem
[]
Returns
void
run
Tests
With
Profile
runTestsWithProfile
(
items
:
TestItem
[]
)
:
void
Parameters
items
:
TestItem
[]
Returns
void
select
Default
Profile
selectDefaultProfile
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
contribution
Provider
on
Controllers
Changed
on
Did
Change
Is
Refreshing
quickpick
Service
Accessors
is
Refreshing
Methods
cancel
Refresh
clear
Results
configure
Profile
get
Controllers
pick
Profile
pick
Profile
Kind
refresh
register
Contributions
register
Test
Controller
run
All
Tests
run
Test
For
Controller
run
Tests
run
Tests
With
Profile
select
Default
Profile
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...