Mbed Host Tests
|
Test class with serial port initialization. More...
Public Member Functions | |
def | __init__ (self, options) |
![]() | |
def | run (self) |
def | setup (self) |
Setup and check if configuration for test is correct. More... | |
def | notify (self, msg) |
On screen notification function. More... | |
def | print_result (self, result) |
Test result unified printing function. More... | |
def | finish (self) |
def | get_hello_string (self) |
![]() | |
def | enum (self, **enums) |
def | __init__ (self) |
def | get_test_result_int (self, test_result_str) |
Maps test result string to unique integer. More... | |
def | __getitem__ (self, test_result_str) |
Returns numerical result code. More... | |
Additional Inherited Members | |
![]() | |
mbed | |
![]() | |
TestResults | |
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.
def 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.