November 2018
Intermediate to advanced
1150 pages
24h 11m
English
To be able to test and include the Bluetooth Receiver channel component with ease, we will create a dedicated subproject of type Qt Unit Test for it under the previously created channels project, and name it channel_receiver. The test file will be called tst_channel_receiver.cpp, and the test class, Test_channel_receiver. We won't show how to implement tests for the Bluetooth Receiver channel — make sure you do add a few tests to ensure that its public methods behave properly. We will also add a channel_receiver.pri file, so that we can import all our source files and resources and dependencies easily into client projects such as cmmonitor.
As we did in the previous chapter, we want to create ...
Read now
Unlock full access