#include <cstddef>
#include <sstream>
#include <vector>
#include <common-utils/math.hpp>
#include <gtest/gtest.h>
Go to the source code of this file.
|
| | GTEST_TEST (testIntegrationMethods, theTrapzMethodCanBeUsedInCompileTimeCalculations) |
| |
| | GTEST_TEST (testIntegrationMethods, theTrapzMethodCanAcceptMultipleTypes) |
| |
| | GTEST_TEST (testIntegrationMethods, theCumulativeTrapzMethodHasAnOptionalParameterWhichCanBeOverriden) |
| |
| | GTEST_TEST (testIntegrationMethods, insteadOfUsingIteratorsWeCanJustPassFullContainers) |
| |
| | GTEST_TEST (testIntegrationMethods, passingTwoDifferentlySizedContainersResultsInFatalException) |
| |
◆ 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 | ) |