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

Test fixture for testing the BatteryController class. More...

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Protected Attributes

NiceMock< MockI2CControllermockI2C
 
BatteryControllerbatteryController
 

Detailed Description

Test fixture for testing the BatteryController class.

This class sets up the necessary objects and provides setup and teardown methods for each test.

Definition at line 32 of file test_BatteryController.cpp.

Member Function Documentation

◆ SetUp()

void BatteryControllerTest::SetUp ( )
inlineoverrideprotected

Definition at line 38 of file test_BatteryController.cpp.

◆ TearDown()

void BatteryControllerTest::TearDown ( )
inlineoverrideprotected

Definition at line 40 of file test_BatteryController.cpp.

Field Documentation

◆ batteryController

BatteryController* BatteryControllerTest::batteryController
protected

Definition at line 36 of file test_BatteryController.cpp.

◆ mockI2C

NiceMock<MockI2CController> BatteryControllerTest::mockI2C
protected

Definition at line 35 of file test_BatteryController.cpp.


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