C++ Utilities  4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Public Member Functions | List of all members
MathTests Class Reference

The MathTests class tests functions of the MathUtilities namespace. More...

Inheritance diagram for MathTests:
[legend]
Collaboration diagram for MathTests:
[legend]

Public Member Functions

void setUp ()
 
void tearDown ()
 
void testRandom ()
 
void testDigitsum ()
 
void testFactorial ()
 
void testPowerModulo ()
 
void testInverseModulo ()
 
void testOrderModulo ()
 

Detailed Description

The MathTests class tests functions of the MathUtilities namespace.

Definition at line 29 of file mathtests.cpp.

Member Function Documentation

◆ setUp()

void MathTests::setUp ( )
inline

Definition at line 40 of file mathtests.cpp.

◆ tearDown()

void MathTests::tearDown ( )
inline

Definition at line 43 of file mathtests.cpp.

◆ testDigitsum()

void MathTests::testDigitsum ( )

Definition at line 64 of file mathtests.cpp.

◆ testFactorial()

void MathTests::testFactorial ( )

Definition at line 71 of file mathtests.cpp.

◆ testInverseModulo()

void MathTests::testInverseModulo ( )

Definition at line 82 of file mathtests.cpp.

◆ testOrderModulo()

void MathTests::testOrderModulo ( )

Definition at line 88 of file mathtests.cpp.

◆ testPowerModulo()

void MathTests::testPowerModulo ( )

Definition at line 76 of file mathtests.cpp.

◆ testRandom()

void MathTests::testRandom ( )

Definition at line 57 of file mathtests.cpp.


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