CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
Tests.cpp File Reference
#include "CoolPropDLL.h"
#include "CoolProp.h"
#include "Tests.h"
#include "Catch/catch.hpp"

Go to the source code of this file.

Macros

#define CATCH_CONFIG_RUNNER
 

Functions

 TEST_CASE ("Check reference state","[reference_state]")
 
 TEST_CASE ("Check units of fluid constants","[fast]")
 
 TEST_CASE ("Normal boiling point of water","[fast]")
 
int run_fast_tests ()
 
int run_not_slow_tests ()
 
int run_user_defined_tests (const std::vector< std::string > &tests_or_tags)
 
void run_tests ()
 

Macro Definition Documentation

#define CATCH_CONFIG_RUNNER

Definition at line 9 of file Tests.cpp.

Function Documentation

int run_fast_tests ( )

Definition at line 133 of file Tests.cpp.

int run_not_slow_tests ( )

Definition at line 142 of file Tests.cpp.

void run_tests ( )

Definition at line 177 of file Tests.cpp.

int run_user_defined_tests ( const std::vector< std::string > &  tests_or_tags)

Definition at line 158 of file Tests.cpp.

TEST_CASE ( "Check reference state"  ,
""  [reference_state] 
)

Definition at line 11 of file Tests.cpp.

TEST_CASE ( "Check units of fluid constants"  ,
""  [fast] 
)

Definition at line 48 of file Tests.cpp.

TEST_CASE ( "Normal boiling point of water"  ,
""  [fast] 
)

Definition at line 91 of file Tests.cpp.