Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/test
browser/test-service
TestRunProfile
Interface TestRunProfile
interface
TestRunProfile
{
canConfigure
:
boolean
;
isDefault
:
boolean
;
kind
:
TestRunProfileKind
;
label
:
string
;
tag
:
string
;
configure
()
:
void
;
run
(
name
:
string
,
included
:
readonly
TestItem
[]
,
excluded
:
readonly
TestItem
[]
,
preserveFocus
:
boolean
,
)
:
void
;
}
Index
Properties
can
Configure
is
Default
kind
label
tag
Methods
configure
run
Properties
Readonly
can
Configure
canConfigure
:
boolean
is
Default
isDefault
:
boolean
Readonly
kind
kind
:
TestRunProfileKind
Readonly
label
label
:
string
Readonly
tag
tag
:
string
Methods
configure
configure
()
:
void
Returns
void
run
run
(
name
:
string
,
included
:
readonly
TestItem
[]
,
excluded
:
readonly
TestItem
[]
,
preserveFocus
:
boolean
,
)
:
void
Parameters
name
:
string
included
:
readonly
TestItem
[]
excluded
:
readonly
TestItem
[]
preserveFocus
:
boolean
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can
Configure
is
Default
kind
label
tag
Methods
configure
run
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...