Test fixture for testing the MCP2515Configurator class. More...
Protected Attributes | |
MockSPIController | mockSPI |
Mocked SPI controller. | |
MCP2515Configurator | configurator {mockSPI} |
MCP2515Configurator object. | |
Test fixture for testing the MCP2515Configurator 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_MCP2515Configurator.cpp.
|
protected |
MCP2515Configurator object.
Definition at line 35 of file test_MCP2515Configurator.cpp.
|
protected |
Mocked SPI controller.
Definition at line 33 of file test_MCP2515Configurator.cpp.