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

Go to the source code of this file.

Functions

 GTEST_TEST (testPerformanceTesting, timeAndInvokeReturnsAReturnTypeStruct)
 
 GTEST_TEST (testPerformanceTesting, timeAndInvokeWithAVoidFunctionReturnsOnlyTheTime)
 
 GTEST_TEST (testPerformanceTesting, timeAndInvokeWithAFunctorReturnsResultAndTime)
 
 GTEST_TEST (testPerformanceTesting, timeAndInvokeWithAMemberFunctionReturnsResultAndTime)
 
 GTEST_TEST (testPerformanceTesting, timeAndInvokeWithAPlainFunctionReturnsResultAndTime)
 
 GTEST_TEST (testPerformanceTesting, timeAndInvokeWithALambdaFunctionReturnsResultAndTime)
 

Function Documentation

◆ GTEST_TEST() [1/6]

◆ GTEST_TEST() [2/6]

GTEST_TEST ( testPerformanceTesting ,
timeAndInvokeWithAVoidFunctionReturnsOnlyTheTime  )

◆ GTEST_TEST() [3/6]

GTEST_TEST ( testPerformanceTesting ,
timeAndInvokeWithAFunctorReturnsResultAndTime  )

◆ GTEST_TEST() [4/6]

GTEST_TEST ( testPerformanceTesting ,
timeAndInvokeWithAMemberFunctionReturnsResultAndTime  )

◆ GTEST_TEST() [5/6]

GTEST_TEST ( testPerformanceTesting ,
timeAndInvokeWithAPlainFunctionReturnsResultAndTime  )

◆ GTEST_TEST() [6/6]

GTEST_TEST ( testPerformanceTesting ,
timeAndInvokeWithALambdaFunctionReturnsResultAndTime  )