Test fixture for testing the SPIController class. More...
Protected Member Functions | |
void | SetUp () override |
Set up the test environment. | |
void | TearDown () override |
Tear down the test environment. | |
Protected Attributes | |
SPIController * | spiController |
SPIController object. | |
Test fixture for testing the SPIController class.
This class sets up the necessary mock objects and provides setup and teardown methods for each test.
Definition at line 30 of file test_SPIController.cpp.
|
inlineoverrideprotected |
Set up the test environment.
This method is called before each test to set up the necessary objects.
Definition at line 41 of file test_SPIController.cpp.
|
inlineoverrideprotected |
Tear down the test environment.
This method is called after each test to clean up the objects created in SetUp().
Definition at line 51 of file test_SPIController.cpp.
|
protected |
SPIController object.
Definition at line 33 of file test_SPIController.cpp.