Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/test
browser/view/test-execution-state-manager
TestExecutionStateManager
Class TestExecutionStateManager
This class manages the state of "internal" nodes in the test tree
Index
Constructors
constructor
Properties
test
Service
Methods
add
Controller
add
Run
get
Computed
State
init
update
State
Constructors
constructor
new
TestExecutionStateManager
()
:
TestExecutionStateManager
Returns
TestExecutionStateManager
Properties
Protected
Readonly
test
Service
testService
:
TestService
Methods
add
Controller
addController
(
controller
:
TestController
)
:
void
Parameters
controller
:
TestController
Returns
void
add
Run
addRun
(
run
:
TestRun
)
:
void
Parameters
run
:
TestRun
Returns
void
get
Computed
State
getComputedState
(
run
:
TestRun
,
item
:
TestItem
)
:
undefined
|
TestExecutionState
Parameters
run
:
TestRun
item
:
TestItem
Returns
undefined
|
TestExecutionState
init
init
()
:
void
Returns
void
Protected
update
State
updateState
(
run
:
TestRun
,
item
:
TestItem
,
oldState
:
undefined
|
TestExecutionState
,
newState
:
undefined
|
TestExecutionState
,
)
:
void
Parameters
run
:
TestRun
item
:
TestItem
oldState
:
undefined
|
TestExecutionState
newState
:
undefined
|
TestExecutionState
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
test
Service
Methods
add
Controller
add
Run
get
Computed
State
init
update
State
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
This class manages the state of "internal" nodes in the test tree