42 void test_serial_null_intrinsics();
43 void test_serial_success();
44 void test_serial_set_baud_rate_success();
45 void test_serial_set_data_bits_success();
46 void test_serial_set_data_bits_success_extra_bits();
47 void test_serial_set_stop_bits_success();
48 void test_serial_set_stop_bits_success_extra_bits();
49 void test_serial_set_parity_bits_success();
50 void test_serial_set_parity_bits_success_extra_bits();
51 void test_serial_write_character();
52 void test_serial_write_string();
~serial_ut() override=default