OpenWalnut  1.5.0dev
Public Member Functions | List of all members
WMPointConnectorTest Class Reference

Test functionality of WMPointConnector class. More...

#include <WMPointConnector_test.h>

+ Inheritance diagram for WMPointConnectorTest:
+ Collaboration diagram for WMPointConnectorTest:

Public Member Functions

void setUp ()
 Setup logger and other stuff for each test. More...
 
void testInstantiation ()
 Instatiation should throw nothing. More...
 
void testHitVertex_Hit ()
 Test if ray trace algorithm hits vertex at least twice. More...
 
void testHitVertex_Tangent ()
 Test if ray trace algorithm hits vertex at one point. More...
 
void testHitVertex_MissAhead ()
 Test if ray trace algorithm does not hit vertex in front of starting position. More...
 
void testHitVertex_MissBehind ()
 Test if ray trace algorithm does not hit vertex behind starting position. More...
 

Detailed Description

Test functionality of WMPointConnector class.

Definition at line 36 of file WMPointConnector_test.h.

Member Function Documentation

◆ setUp()

void WMPointConnectorTest::setUp ( )
inline

Setup logger and other stuff for each test.

Definition at line 42 of file WMPointConnector_test.h.

References WLogger::startup().

+ Here is the call graph for this function:

◆ testHitVertex_Hit()

void WMPointConnectorTest::testHitVertex_Hit ( )
inline

Test if ray trace algorithm hits vertex at least twice.

Definition at line 58 of file WMPointConnector_test.h.

◆ testHitVertex_MissAhead()

void WMPointConnectorTest::testHitVertex_MissAhead ( )
inline

Test if ray trace algorithm does not hit vertex in front of starting position.

Definition at line 88 of file WMPointConnector_test.h.

◆ testHitVertex_MissBehind()

void WMPointConnectorTest::testHitVertex_MissBehind ( )
inline

Test if ray trace algorithm does not hit vertex behind starting position.

Definition at line 103 of file WMPointConnector_test.h.

◆ testHitVertex_Tangent()

void WMPointConnectorTest::testHitVertex_Tangent ( )
inline

Test if ray trace algorithm hits vertex at one point.

Definition at line 73 of file WMPointConnector_test.h.

◆ testInstantiation()

void WMPointConnectorTest::testInstantiation ( )
inline

Instatiation should throw nothing.

Definition at line 50 of file WMPointConnector_test.h.


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