rad  3.0.0
Classes | Functions
testExceptions.cpp File Reference

Unit tests for the Exceptions class. More...

#include <rad/exceptions.hpp>
#include <gtest/gtest.h>
#include <iostream>

Classes

class  TestExceptions
 

Functions

 TEST_F (TestExceptions, Ctor)
 
 TEST_F (TestExceptions, AddDiagnostic)
 
 TEST_F (TestExceptions, Exception)
 
 TEST_F (TestExceptions, RuntimeDbException)
 
 TEST_F (TestExceptions, InvalidOptionException)
 
 TEST_F (TestExceptions, Macros)
 

Detailed Description

Unit tests for the Exceptions class.

Author
landolfa

Function Documentation

◆ TEST_F() [1/6]

TEST_F ( TestExceptions  ,
AddDiagnostic   
)

◆ TEST_F() [2/6]

TEST_F ( TestExceptions  ,
Ctor   
)

◆ TEST_F() [3/6]

TEST_F ( TestExceptions  ,
Exception   
)

◆ TEST_F() [4/6]

TEST_F ( TestExceptions  ,
InvalidOptionException   
)

◆ TEST_F() [5/6]

TEST_F ( TestExceptions  ,
Macros   
)

◆ TEST_F() [6/6]

TEST_F ( TestExceptions  ,
RuntimeDbException   
)