MCPcopy Create free account

hub / github.com/awslabs/aws-lambda-cpp / functions

Functions1,190 in github.com/awslabs/aws-lambda-cpp

MethodSetParam
Sets parameter value. The caller is responsible for making sure the value remains alive and unchanged throughout the current test.
tests/gtest/gtest.h:14305
MethodSetUp
Override this to define how to set up the environment.
tests/gtest/gtest.h:13491
FunctionSetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
tests/gtest/gtest-all.cc:6645
FunctionSetUpTestCase
tests/gtest/gtest.h:12887
FunctionSetUpTestSuite
Sets up the stuff shared by all tests in this test case. Google Test will call Foo::SetUpTestSuite() before running the first test in test case Foo.
tests/gtest/gtest.h:12874
FunctionSetup
tests/gtest/gtest.h:12968
MethodSetup
tests/gtest/gtest.h:13499
FunctionShouldRunTest
Returns true if the given test should run.
tests/gtest/gtest.h:13433
FunctionShouldRunTestSuite
Returns true iff test_suite contains at least one test that should run.
tests/gtest/gtest-all.cc:1866
MethodShowWideCString
Converts a wide C string to an std::string using the UTF-8 encoding. NULL will be converted to "(null)".
tests/gtest/gtest-all.cc:3342
MethodShuffleTests
Shuffles the tests in this test suite.
tests/gtest/gtest-all.cc:4333
MethodSignAndMagnitudeToBiased
Converts an integer from the sign-and-magnitude representation to the biased representation. More precisely, let N be 2 to the power of (kBitCount -
tests/gtest/gtest.h:6800
MethodSignalHandling
src/backward.h:4220
MethodSingleFailureChecker
The constructor of SingleFailureChecker remembers where to look up test part results, what type of failure we expect, and what substring the failure m
tests/gtest/gtest-all.cc:2178
FunctionSleepMilliseconds
tests/gtest/gtest-all.cc:9985
MethodSocketWriter
tests/gtest/gtest-all.cc:1467
MethodSourceFile
src/backward.h:3728
MethodSourceLoc
src/backward.h:724
MethodStackTraceImplBase
src/backward.h:773
MethodStart
Called at the start of streaming to notify the receiver what protocol we are using.
tests/gtest/gtest-all.cc:1586
MethodStartWatcherThreadFor
tests/gtest/gtest-all.cc:10336
FunctionStaticAssertTypeEq
tests/gtest/gtest.h:14740
FunctionStrNCpy
tests/gtest/gtest.h:2322
MethodStreamMatchResultListener
tests/gtest/gtest.h:9152
MethodStreamingListener
tests/gtest/gtest-all.cc:1513
MethodSuppressTestEventsIfInSubprocess
Disables event forwarding if the control is currently in a death test subprocess. Must not be called before InitGoogleTest.
tests/gtest/gtest-all.cc:6491
FunctionTEST
tests/version_tests.cpp:6
FunctionTEST_F
tests/runtime_tests.cpp:135
FunctionTEST_F
tests/gtest/gtest.h:10385
FunctionTEST_P
tests/gtest/gtest.h:10282
FunctionTYPED_TEST
Then, use TYPED_TEST() instead of TEST_F() to define as many typed tests for this test suite as you want.
tests/gtest/gtest.h:11906
FunctionTYPED_TEST_P
Then, use TYPED_TEST_P() to define as many type-parameterized tests for this type-parameterized test suite as you want.
tests/gtest/gtest.h:11975
MethodTearDown
Override this to define how to tear down the environment.
tests/gtest/gtest.h:13494
FunctionTearDownEnvironment
tests/gtest/gtest-all.cc:6646
FunctionTearDownTestCase
tests/gtest/gtest.h:12886
FunctionTearDownTestSuite
Tears down the stuff shared by all tests in this test case. Google Test will call Foo::TearDownTestSuite() after running the last test in test case F
tests/gtest/gtest.h:12882
FunctionTempDir
tests/gtest/gtest-all.cc:7563
MethodTersePrintPrefixToStrings
tests/gtest/gtest.h:8861
MethodTest
The c'tor saves the states of all flags.
tests/gtest/gtest-all.cc:3739
FunctionTestDisabled
Returns true iff test is disabled.
tests/gtest/gtest.h:13423
MethodTestEventListeners
tests/gtest/gtest-all.cc:5970
MethodTestEventRepeater
tests/gtest/gtest-all.cc:4841
FunctionTestExists
tests/gtest/gtest.h:7032
MethodTestFactoryBase
tests/gtest/gtest.h:6884
FunctionTestFailed
Returns true iff test failed.
tests/gtest/gtest.h:13412
MethodTestInfo
tests/gtest/gtest.h:10980
MethodTestInfo
Constructs a TestInfo object. It assumes ownership of the test factory object.
tests/gtest/gtest-all.cc:4034
MethodTestMetaFactory
tests/gtest/gtest.h:10828
MethodTestNameIs
Constructor. TestNameIs has NO default constructor.
tests/gtest/gtest-all.cc:4121
FunctionTestNotEmpty
tests/gtest/gtest.h:10775
MethodTestParamInfo
tests/gtest/gtest.h:10451
FunctionTestPartFatallyFailed
Returns true iff the test part fatally failed.
tests/gtest/gtest-all.cc:3704
FunctionTestPartNonfatallyFailed
Returns true iff the test part non-fatally failed.
tests/gtest/gtest-all.cc:3714
FunctionTestPartSkipped
Returns true off the test part was skipped.
tests/gtest/gtest-all.cc:3685
FunctionTestPassed
Returns true iff test passed.
tests/gtest/gtest.h:13402
MethodTestPropertiesAsJson
Produces a string representing the test properties in a result as a JSON dictionary.
tests/gtest/gtest-all.cc:5781
MethodTestPropertiesAsXmlAttributes
Produces a string representing the test properties in a result as space delimited XML attributes based on the property key="value" pairs.
tests/gtest/gtest-all.cc:5393
MethodTestProperty
C'tor. TestProperty does NOT have a default constructor. Always use this constructor (with parameters) to create a TestProperty object.
tests/gtest/gtest.h:12985
MethodTestPropertyKeyIs
Constructor. TestPropertyKeyIs has NO default constructor.
tests/gtest/gtest-all.cc:745
FunctionTestReportable
Returns true iff this test will appear in the XML report.
tests/gtest/gtest.h:13428
FunctionTestReportableDisabled
Returns true iff the test is disabled and will be reported in the XML report.
tests/gtest/gtest.h:13418
MethodTestResult
Creates an empty TestResult.
tests/gtest/gtest-all.cc:3514
FunctionTestSkipped
Returns true iff test skipped.
tests/gtest/gtest.h:13407
MethodTestSuite
Creates a TestSuite with the given name. Arguments: name: name of the test suite a_type_param: the name of the test suite's type parameter,
tests/gtest/gtest-all.cc:4249
FunctionTestSuiteFailed
Returns true iff the test suite failed.
tests/gtest/gtest-all.cc:1860
MethodTestSuiteNameIs
Constructor.
tests/gtest/gtest-all.cc:6585
FunctionTestSuitePassed
Returns true iff the test suite passed.
tests/gtest/gtest-all.cc:1855
FunctionThreadFuncWithCLinkage
tests/gtest/gtest.h:1561
MethodThreadLocal
tests/gtest/gtest.h:1830
MethodThreadLocalBase
tests/gtest/gtest.h:1727
MethodThreadMain
tests/gtest/gtest-all.cc:10201
MethodThreadMainParam
tests/gtest/gtest-all.cc:10192
MethodThreadSafeLazyInit
Initializes owner_thread_id_ and critical_section_ in static mutexes.
tests/gtest/gtest-all.cc:10121
MethodThreadWithParam
tests/gtest/gtest.h:1583
MethodThreadWithParamBase
tests/gtest/gtest-all.cc:10218
FunctionToLower
tests/gtest/gtest.h:2243
MethodTrace
src/backward.h:711
MethodTraceResolverImpl
src/backward.h:3634
MethodTraceResolverLinuxBase
src/backward.h:1294
MethodTraceResolverLinuxImpl
src/backward.h:1407
MethodTraceResolverLinuxImpl
src/backward.h:1826
MethodTraceResolverLinuxImpl
src/backward.h:2150
FunctionTypedEq
tests/gtest/gtest.h:9618
FunctionTypedTestCaseIsDeprecated
tests/gtest/gtest.h:7707
FunctionTypedTestCase_P_IsDeprecated
tests/gtest/gtest.h:7702
MethodUnitTest
Creates an empty UnitTest.
tests/gtest/gtest-all.cc:6401
MethodUnitTestImpl
tests/gtest/gtest-all.cc:6427
MethodUniversalPrint
tests/gtest/gtest.h:8849
MethodUniversalPrintArray
tests/gtest/gtest.h:8714
MethodUniversalTersePrint
tests/gtest/gtest.h:8840
MethodUniversalTersePrintTupleFieldsToStrings
tests/gtest/gtest.h:8878
MethodUnlock
Releases this mutex.
tests/gtest/gtest.h:1916
MethodUnlock
tests/gtest/gtest-all.cc:10068
MethodUnshuffleTests
Restores the test order to before the first shuffle.
tests/gtest/gtest-all.cc:4338
MethodUrlEncode
Checks if str contains '=', '&', '%' or '\n' characters. If yes, replaces them by "%xx" where xx is their hexadecimal value. For example, replaces "="
tests/gtest/gtest-all.cc:5801
MethodUtf16ToAnsi
Creates an ANSI string from the given wide string, allocating memory using new. The caller is responsible for deleting the return value using delete[]
tests/gtest/gtest-all.cc:2380
MethodValidateTestProperty
Adds a failure if the key is a reserved attribute of the element named xml_element. Returns true if the property is valid.
tests/gtest/gtest-all.cc:3670
MethodValueArray
tests/gtest/gtest.h:11125
MethodValueHolder
tests/gtest/gtest.h:1846
MethodValueHolder
tests/gtest/gtest.h:2043
← previousnext →801–900 of 1,190, ranked by callers