Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/test
browser/test-service
TestService
Interface TestService
interface
TestService
{
isRefreshing
:
boolean
;
onControllersChanged
:
Event
<
CollectionDelta
<
string
,
TestController
>
>
;
onDidChangeIsRefreshing
:
Event
<
void
>
;
cancelRefresh
()
:
void
;
clearResults
()
:
void
;
configureProfile
()
:
void
;
getControllers
()
:
TestController
[]
;
refresh
()
:
void
;
registerTestController
(
controller
:
TestController
)
:
Disposable
;
runAllTests
(
profileKind
:
TestRunProfileKind
)
:
void
;
runTests
(
profileKind
:
TestRunProfileKind
,
tests
:
TestItem
[]
)
:
void
;
runTestsWithProfile
(
tests
:
TestItem
[]
)
:
void
;
selectDefaultProfile
()
:
void
;
}
Implemented by
DefaultTestService
Index
Properties
is
Refreshing
on
Controllers
Changed
on
Did
Change
Is
Refreshing
Methods
cancel
Refresh
clear
Results
configure
Profile
get
Controllers
refresh
register
Test
Controller
run
All
Tests
run
Tests
run
Tests
With
Profile
select
Default
Profile
Properties
is
Refreshing
isRefreshing
:
boolean
on
Controllers
Changed
onControllersChanged
:
Event
<
CollectionDelta
<
string
,
TestController
>
>
on
Did
Change
Is
Refreshing
onDidChangeIsRefreshing
:
Event
<
void
>
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
[]
refresh
refresh
()
:
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
run
Tests
runTests
(
profileKind
:
TestRunProfileKind
,
tests
:
TestItem
[]
)
:
void
Parameters
profileKind
:
TestRunProfileKind
tests
:
TestItem
[]
Returns
void
run
Tests
With
Profile
runTestsWithProfile
(
tests
:
TestItem
[]
)
:
void
Parameters
tests
:
TestItem
[]
Returns
void
select
Default
Profile
selectDefaultProfile
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Refreshing
on
Controllers
Changed
on
Did
Change
Is
Refreshing
Methods
cancel
Refresh
clear
Results
configure
Profile
get
Controllers
refresh
register
Test
Controller
run
All
Tests
run
Tests
run
Tests
With
Profile
select
Default
Profile
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...