flexbe_testing
2.3
Python API
flexbe_testing package
Subpackages
flexbe_testing.test package
Submodules
flexbe_testing.data_provider module
flexbe_testing.logger module
flexbe_testing.py_tester module
flexbe_testing.test_context module
flexbe_testing.test_interface module
flexbe_testing.tester module
Module contents
Standard Documents
CHANGELOG
Changelog for package flexbe_testing
2.3.5 (2024-05-31)
2.3.4 (2024-05-01)
2.3.3 (2023-08-09)
2.3.2 (2023-08-01)
2.3.1 (2023-07-31)
2.3.0 (2023-07-20)
2.2.0 (2023-06-29)
2.1.0 (2022-08-02)
2.0.0 (2022-02-22)
1.3.1 (2020-12-11)
1.3.0 (2020-11-19)
1.2.5 (2020-06-14)
1.2.4 (2020-03-25)
1.2.3 (2020-01-10)
1.2.2 (2019-09-16)
1.2.1 (2019-06-02)
1.1.2 (2019-04-09)
1.1.1 (2018-12-18)
1.1.0 (2018-12-01)
PACKAGE
Index
flexbe_testing
flexbe_testing
flexbe_testing package
flexbe_testing.test_interface module
View page source
flexbe_testing.test_interface module
Interface to states and behaviors that are subject to testing.
class
flexbe_testing.test_interface.
TestInterface
(
node
,
path
,
classname
)
Bases:
object
Interface to states and behaviors that are subject to testing.
execute
(
userdata
,
context
,
spin_cb
=
None
)
get_base_name
(
)
instantiate
(
params
=
None
)
is_state
(
)