Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
TestItemImpl
Class TestItemImpl
Implements
TestItem
Index
Constructors
constructor
Properties
_delta
Builder
_parent?
_path
busy
can
Resolve
Children
description?
error?
id
items
label
range?
sort
Key?
tags
uri
Accessors
controller
delta
Builder
parent
path
real
Parent
tests
Methods
iterate
notify
Property
Change
resolve
Children
update
Constructors
constructor
new
Test
Item
Impl
(
uri
,
id
)
:
TestItemImpl
Parameters
uri
:
URI
id
:
string
Returns
TestItemImpl
Properties
_delta
Builder
_delta
Builder
:
undefined
|
TreeDeltaBuilder
<
string
,
TestItemImpl
>
Private
Optional
_parent
_parent
?:
TestItemImpl
|
TestControllerImpl
_path
_path
:
undefined
|
string
[]
busy
busy
:
boolean
= false
can
Resolve
Children
can
Resolve
Children
:
boolean
= false
Optional
description
description
?:
string
Optional
error
error
?:
string
|
MarkdownString
Readonly
id
id
:
string
items
items
:
TestItemCollection
label
label
:
string
= ''
Optional
range
range
?:
Range
Optional
sort
Key
sort
Key
?:
string
tags
tags
:
string
[]
= []
Readonly
uri
uri
:
URI
Accessors
controller
get
controller
(
)
:
undefined
|
TestControllerImpl
Returns
undefined
|
TestControllerImpl
delta
Builder
get
deltaBuilder
(
)
:
undefined
|
TreeDeltaBuilder
<
string
,
TestItemImpl
>
Returns
undefined
|
TreeDeltaBuilder
<
string
,
TestItemImpl
>
parent
get
parent
(
)
:
undefined
|
TestItem
Returns
undefined
|
TestItem
path
get
path
(
)
:
string
[]
Returns
string
[]
real
Parent
get
realParent
(
)
:
undefined
|
TestItemImpl
|
TestControllerImpl
Returns
undefined
|
TestItemImpl
|
TestControllerImpl
set
realParent
(
v
)
:
void
Parameters
v
:
undefined
|
TestItemImpl
|
TestControllerImpl
Returns
void
tests
get
tests
(
)
:
readonly
TestItemImpl
[]
Returns
readonly
TestItemImpl
[]
Methods
Protected
iterate
iterate
(
toDo
)
:
boolean
Parameters
toDo
:
(
(
v
)
=>
boolean
)
(
v
)
:
boolean
Parameters
v
:
TestItemImpl
Returns
boolean
Returns
boolean
Protected
notify
Property
Change
notify
Property
Change
(
property
,
value
)
:
void
Parameters
property
:
keyof
TestItemImpl
value
:
any
Returns
void
resolve
Children
resolve
Children
(
)
:
void
Returns
void
update
update
(
value
)
:
void
Parameters
value
:
Partial
<
TestItemDTO
>
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
_delta
Builder
_parent
_path
busy
can
Resolve
Children
description
error
id
items
label
range
sort
Key
tags
uri
controller
delta
Builder
parent
path
real
Parent
tests
iterate
notify
Property
Change
resolve
Children
update
Theia TypeDoc
Loading...