mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Initial commit for v5, but this time with the right line endings
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
This commit is contained in:
48
src/Tests/CoolProp-Tests.cpp
Normal file
48
src/Tests/CoolProp-Tests.cpp
Normal file
@@ -0,0 +1,48 @@
|
||||
|
||||
|
||||
// ############################################
|
||||
// TESTS
|
||||
// ############################################
|
||||
|
||||
#if defined(ENABLE_CATCH)
|
||||
|
||||
#include "../Catch/catch.hpp"
|
||||
|
||||
TEST_CASE("State Class Instantiation","")
|
||||
{
|
||||
SECTION("Bad Fluid")
|
||||
{
|
||||
}
|
||||
SECTION("Pure Fluid")
|
||||
{
|
||||
}
|
||||
SECTION("Pseudo-Pure Fluid")
|
||||
{
|
||||
}
|
||||
SECTION("Mixture")
|
||||
{
|
||||
}
|
||||
SECTION("Brine from Melinder")
|
||||
{
|
||||
}
|
||||
SECTION("Incompressible Liquid")
|
||||
{
|
||||
}
|
||||
SECTION("REFPROP Pure Fluid")
|
||||
{
|
||||
}
|
||||
SECTION("REFPROP Pseudo-Pure Fluid")
|
||||
{
|
||||
}
|
||||
SECTION("REFPROP Mixture")
|
||||
{
|
||||
}
|
||||
SECTION("Component names and fractions not the same length")
|
||||
{
|
||||
}
|
||||
SECTION("Component names and fractions ARE the same length")
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user