Hotwheels-Cluster 1.2
Creation of Cluster APP for SEA:ME project.
 
Loading...
Searching...
No Matches
SPIControllerTest Class Reference

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

SPIControllerspiController
 SPIController object.
 

Detailed Description

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.

Member Function Documentation

◆ SetUp()

void SPIControllerTest::SetUp ( )
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.

Here is the call graph for this function:

◆ TearDown()

void SPIControllerTest::TearDown ( )
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.

Field Documentation

◆ spiController

SPIController* SPIControllerTest::spiController
protected

SPIController object.

Definition at line 33 of file test_SPIController.cpp.


The documentation for this class was generated from the following file: