DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
testErrorHandling.hpp File Reference
#include <string>
#include <common-utils/errors.hpp>
#include <gtest/gtest.h>

Go to the source code of this file.

Functions

 GTEST_TEST (testErrorHandling, errorPrintsMessageToStandardError)
 
 GTEST_TEST (testErrorHandling, fatalErrorCausesProgramTermination)
 
 GTEST_TEST (testErrorHandling, defaultTemplateParameterIsAWarning)
 
 GTEST_TEST (testErrorHandling, aliasLambdaFunctionWorksForAFatalError)
 

Function Documentation

◆ GTEST_TEST() [1/4]

GTEST_TEST ( testErrorHandling ,
errorPrintsMessageToStandardError  )

◆ GTEST_TEST() [2/4]

GTEST_TEST ( testErrorHandling ,
fatalErrorCausesProgramTermination  )

◆ GTEST_TEST() [3/4]

GTEST_TEST ( testErrorHandling ,
defaultTemplateParameterIsAWarning  )

◆ GTEST_TEST() [4/4]

GTEST_TEST ( testErrorHandling ,
aliasLambdaFunctionWorksForAFatalError  )