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

Go to the source code of this file.

Functions

 GTEST_TEST (testIntegrationMethods, theTrapzMethodCanBeUsedInCompileTimeCalculations)
 
 GTEST_TEST (testIntegrationMethods, theTrapzMethodCanAcceptMultipleTypes)
 
 GTEST_TEST (testIntegrationMethods, theCumulativeTrapzMethodHasAnOptionalParameterWhichCanBeOverriden)
 
 GTEST_TEST (testIntegrationMethods, insteadOfUsingIteratorsWeCanJustPassFullContainers)
 
 GTEST_TEST (testIntegrationMethods, passingTwoDifferentlySizedContainersResultsInFatalException)
 

Function Documentation

◆ GTEST_TEST() [1/5]

GTEST_TEST ( testIntegrationMethods ,
theTrapzMethodCanBeUsedInCompileTimeCalculations  )

◆ GTEST_TEST() [2/5]

GTEST_TEST ( testIntegrationMethods ,
theTrapzMethodCanAcceptMultipleTypes  )

◆ GTEST_TEST() [3/5]

GTEST_TEST ( testIntegrationMethods ,
theCumulativeTrapzMethodHasAnOptionalParameterWhichCanBeOverriden  )

◆ GTEST_TEST() [4/5]

GTEST_TEST ( testIntegrationMethods ,
insteadOfUsingIteratorsWeCanJustPassFullContainers  )

◆ GTEST_TEST() [5/5]

GTEST_TEST ( testIntegrationMethods ,
passingTwoDifferentlySizedContainersResultsInFatalException  )