JustCpp
Repo wih C++ stuff
Loading...
Searching...
No Matches
TEST__simpleCalc.cpp File Reference
#include <gtest/gtest.h>
#include "simpleCalc.hpp"
Include dependency graph for TEST__simpleCalc.cpp:

Functions

 TEST (ClassSimpleCalcTest, DisplayPrintResult)
 
 TEST (ClassSimpleCalcTest, MathOperationsAdd)
 
 TEST (ClassSimpleCalcTest, MathOperationsSubstract)
 
 TEST (ClassSimpleCalcTest, MathOperationsMultiply)
 
 TEST (ClassSimpleCalcTest, MathOperationsDivide)
 

Function Documentation

◆ TEST() [1/5]

TEST ( ClassSimpleCalcTest ,
DisplayPrintResult  )
Here is the call graph for this function:

◆ TEST() [2/5]

TEST ( ClassSimpleCalcTest ,
MathOperationsAdd  )
Here is the call graph for this function:

◆ TEST() [3/5]

TEST ( ClassSimpleCalcTest ,
MathOperationsDivide  )
Here is the call graph for this function:

◆ TEST() [4/5]

TEST ( ClassSimpleCalcTest ,
MathOperationsMultiply  )
Here is the call graph for this function:

◆ TEST() [5/5]

TEST ( ClassSimpleCalcTest ,
MathOperationsSubstract  )
Here is the call graph for this function: