Mbed Host Tests
|
Test class with serial port initialization. More...
Public Member Functions | |
__init__ (self, options) | |
![]() | |
run (self) | |
setup (self) | |
Setup and check if configuration for test is correct. | |
notify (self, msg) | |
On screen notification function. | |
print_result (self, result) | |
Test result unified printing function. | |
finish (self) | |
get_hello_string (self) | |
![]() | |
enum (self, **enums) | |
get_test_result_int (self, test_result_str) | |
Maps test result string to unique integer. | |
__getitem__ (self, test_result_str) | |
Returns numerical result code. | |
Additional Inherited Members | |
![]() | |
mbed = Mbed(options) | |
RESULT_END | |
![]() | |
TestResults | |
list | TestResultsList |
Test class with serial port initialization.
This is a base for other test selectors, initializes
Definition at line 135 of file host_test.py.
mbed_host_tests.host_tests_runner.host_test.DefaultTestSelectorBase.__init__ | ( | self, | |
options ) |
ctor
Reimplemented from mbed_host_tests.host_tests_runner.host_test.Test.
Reimplemented in mbed_host_tests.host_tests_runner.host_test_default.DefaultTestSelector.
Definition at line 139 of file host_test.py.