Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/test-types
TestItemDTO
Interface TestItemDTO
interface
TestItemDTO
{
busy
:
boolean
;
canResolveChildren
:
boolean
;
children
?:
TestItemDTO
[]
;
description
?:
string
;
error
?:
string
|
MarkdownString
;
id
:
string
;
label
:
string
;
range
?:
Range
;
sortKey
?:
string
;
tags
:
string
[]
;
uri
?:
UriComponents
;
}
Index
Properties
busy
can
Resolve
Children
children?
description?
error?
id
label
range?
sort
Key?
tags
uri?
Properties
Readonly
busy
busy
:
boolean
Readonly
can
Resolve
Children
canResolveChildren
:
boolean
Optional
Readonly
children
children
?:
TestItemDTO
[]
Optional
Readonly
description
description
?:
string
Optional
Readonly
error
error
?:
string
|
MarkdownString
Readonly
id
id
:
string
Readonly
label
label
:
string
Optional
Readonly
range
range
?:
Range
Optional
Readonly
sort
Key
sortKey
?:
string
Readonly
tags
tags
:
string
[]
Optional
Readonly
uri
uri
?:
UriComponents
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
busy
can
Resolve
Children
children
description
error
id
label
range
sort
Key
tags
uri
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...