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

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

Protected Member Functions

void SetUp () override
 
void TearDown () override
 
void initFileHandler ()
 

Protected Attributes

MockFileController mockFileController
 
QString testFilePath = "test_mileage.txt"
 
MileageFileHandlermileageFileHandler
 

Detailed Description

Test fixture for testing the MileageFileHandler class.

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

Definition at line 31 of file test_MileageFileHandler.cpp.

Member Function Documentation

◆ initFileHandler()

void MileageFileHandlerTest::initFileHandler ( )
inlineprotected

Definition at line 43 of file test_MileageFileHandler.cpp.

Here is the caller graph for this function:

◆ SetUp()

void MileageFileHandlerTest::SetUp ( )
inlineoverrideprotected

Definition at line 39 of file test_MileageFileHandler.cpp.

Here is the call graph for this function:

◆ TearDown()

void MileageFileHandlerTest::TearDown ( )
inlineoverrideprotected

Definition at line 41 of file test_MileageFileHandler.cpp.

Field Documentation

◆ mileageFileHandler

MileageFileHandler* MileageFileHandlerTest::mileageFileHandler
protected

Definition at line 37 of file test_MileageFileHandler.cpp.

◆ mockFileController

MockFileController MileageFileHandlerTest::mockFileController
protected

Definition at line 34 of file test_MileageFileHandler.cpp.

◆ testFilePath

QString MileageFileHandlerTest::testFilePath = "test_mileage.txt"
protected

Definition at line 35 of file test_MileageFileHandler.cpp.


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