OpenWalnut  1.5.0dev
Public Member Functions | Private Attributes | List of all members
WDataSetCSVTest Class Reference

test class of the WDataSetCSV class More...

#include <WDataSetCSV_test.h>

+ Inheritance diagram for WDataSetCSVTest:
+ Collaboration diagram for WDataSetCSVTest:

Public Member Functions

void setUp ()
 setUp method, runs before each test More...
 
void tearDown ()
 tearDown method, runs after each test More...
 
void testGetHeader ()
 Test getHeader() method. More...
 
void testGetData ()
 Test getData() method. More...
 

Private Attributes

WDataSetCSV csvDataSet
 WDataSetCSV object, which is created during the tests. More...
 
WDataSetCSV::ContentSPtr m_header
 WDataSetCSV::ContentSPtr object, represents the header, while creation of csvDataSet. More...
 
WDataSetCSV::ContentSPtr m_data
 WDataSetCSV::ContentSPtr object, represents the data, while creation of csvDataSet. More...
 

Detailed Description

test class of the WDataSetCSV class

Definition at line 39 of file WDataSetCSV_test.h.

Member Function Documentation

◆ setUp()

void WDataSetCSVTest::setUp ( )
inline

setUp method, runs before each test

Definition at line 59 of file WDataSetCSV_test.h.

References csvDataSet, m_data, and m_header.

◆ tearDown()

void WDataSetCSVTest::tearDown ( )
inline

tearDown method, runs after each test

Definition at line 87 of file WDataSetCSV_test.h.

◆ testGetData()

void WDataSetCSVTest::testGetData ( )
inline

Test getData() method.

Definition at line 102 of file WDataSetCSV_test.h.

References csvDataSet, WDataSetCSV::getData(), and m_data.

+ Here is the call graph for this function:

◆ testGetHeader()

void WDataSetCSVTest::testGetHeader ( )
inline

Test getHeader() method.

Definition at line 94 of file WDataSetCSV_test.h.

References csvDataSet, WDataSetCSV::getHeader(), and m_header.

+ Here is the call graph for this function:

Member Data Documentation

◆ csvDataSet

WDataSetCSV WDataSetCSVTest::csvDataSet
private

WDataSetCSV object, which is created during the tests.

Definition at line 44 of file WDataSetCSV_test.h.

Referenced by setUp(), testGetData(), and testGetHeader().

◆ m_data

WDataSetCSV::ContentSPtr WDataSetCSVTest::m_data
private

WDataSetCSV::ContentSPtr object, represents the data, while creation of csvDataSet.

Definition at line 54 of file WDataSetCSV_test.h.

Referenced by setUp(), and testGetData().

◆ m_header

WDataSetCSV::ContentSPtr WDataSetCSVTest::m_header
private

WDataSetCSV::ContentSPtr object, represents the header, while creation of csvDataSet.

Definition at line 49 of file WDataSetCSV_test.h.

Referenced by setUp(), and testGetHeader().


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