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

Functions

 TEST (OOP, testAccessModifiers)
 
 TEST (OOP, testPolymorphism)
 
 TEST (OOP, testAbstraction)
 
 TEST (OOP, testConstructors)
 
 TEST (OOP, testStaticMember)
 
 TEST (OOP, testOperatorOverload)
 
 TEST (OOP, testTemplates)
 

Function Documentation

◆ TEST() [1/7]

TEST ( OOP ,
testAbstraction  )
Here is the call graph for this function:

◆ TEST() [2/7]

TEST ( OOP ,
testAccessModifiers  )
Here is the call graph for this function:

◆ TEST() [3/7]

TEST ( OOP ,
testConstructors  )
Here is the call graph for this function:

◆ TEST() [4/7]

TEST ( OOP ,
testOperatorOverload  )
Here is the call graph for this function:

◆ TEST() [5/7]

TEST ( OOP ,
testPolymorphism  )
Here is the call graph for this function:

◆ TEST() [6/7]

TEST ( OOP ,
testStaticMember  )
Here is the call graph for this function:

◆ TEST() [7/7]

TEST ( OOP ,
testTemplates  )
Here is the call graph for this function: