Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
test
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
)
:
Disposable
;
runAllTests
(
profileKind
)
:
void
;
runTests
(
profileKind
,
tests
)
:
void
;
runTestsWithProfile
(
tests
)
:
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
is
Refreshing
:
boolean
on
Controllers
Changed
on
Controllers
Changed
:
Event
<
CollectionDelta
<
string
,
TestController
>
>
on
Did
Change
Is
Refreshing
on
Did
Change
Is
Refreshing
:
Event
<
void
>
Methods
cancel
Refresh
cancel
Refresh
(
)
:
void
Returns
void
clear
Results
clear
Results
(
)
:
void
Returns
void
configure
Profile
configure
Profile
(
)
:
void
Returns
void
get
Controllers
get
Controllers
(
)
:
TestController
[]
Returns
TestController
[]
refresh
refresh
(
)
:
void
Returns
void
register
Test
Controller
register
Test
Controller
(
controller
)
:
Disposable
Parameters
controller
:
TestController
Returns
Disposable
run
All
Tests
run
All
Tests
(
profileKind
)
:
void
Parameters
profileKind
:
TestRunProfileKind
Returns
void
run
Tests
run
Tests
(
profileKind
,
tests
)
:
void
Parameters
profileKind
:
TestRunProfileKind
tests
:
TestItem
[]
Returns
void
run
Tests
With
Profile
run
Tests
With
Profile
(
tests
)
:
void
Parameters
tests
:
TestItem
[]
Returns
void
select
Default
Profile
select
Default
Profile
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
is
Refreshing
on
Controllers
Changed
on
Did
Change
Is
Refreshing
cancel
Refresh
clear
Results
configure
Profile
get
Controllers
refresh
register
Test
Controller
run
All
Tests
run
Tests
run
Tests
With
Profile
select
Default
Profile
Theia TypeDoc
Loading...