Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ functions
Functions
1,190 in github.com/awslabs/aws-lambda-cpp
⨍
Functions
1,190
◇
Types & classes
548
Method
SetParam
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
Method
SetUp
Override this to define how to set up the environment.
tests/gtest/gtest.h:13491
Function
SetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
tests/gtest/gtest-all.cc:6645
Function
SetUpTestCase
tests/gtest/gtest.h:12887
Function
SetUpTestSuite
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
Function
Setup
tests/gtest/gtest.h:12968
Method
Setup
tests/gtest/gtest.h:13499
Function
ShouldRunTest
Returns true if the given test should run.
tests/gtest/gtest.h:13433
Function
ShouldRunTestSuite
Returns true iff test_suite contains at least one test that should run.
tests/gtest/gtest-all.cc:1866
Method
ShowWideCString
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
Method
ShuffleTests
Shuffles the tests in this test suite.
tests/gtest/gtest-all.cc:4333
Method
SignAndMagnitudeToBiased
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
Method
SignalHandling
src/backward.h:4220
Method
SingleFailureChecker
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
Function
SleepMilliseconds
tests/gtest/gtest-all.cc:9985
Method
SocketWriter
tests/gtest/gtest-all.cc:1467
Method
SourceFile
src/backward.h:3728
Method
SourceLoc
src/backward.h:724
Method
StackTraceImplBase
src/backward.h:773
Method
Start
Called at the start of streaming to notify the receiver what protocol we are using.
tests/gtest/gtest-all.cc:1586
Method
StartWatcherThreadFor
tests/gtest/gtest-all.cc:10336
Function
StaticAssertTypeEq
tests/gtest/gtest.h:14740
Function
StrNCpy
tests/gtest/gtest.h:2322
Method
StreamMatchResultListener
tests/gtest/gtest.h:9152
Method
StreamingListener
tests/gtest/gtest-all.cc:1513
Method
SuppressTestEventsIfInSubprocess
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
Function
TEST
tests/version_tests.cpp:6
Function
TEST_F
tests/runtime_tests.cpp:135
Function
TEST_F
tests/gtest/gtest.h:10385
Function
TEST_P
tests/gtest/gtest.h:10282
Function
TYPED_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
Function
TYPED_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
Method
TearDown
Override this to define how to tear down the environment.
tests/gtest/gtest.h:13494
Function
TearDownEnvironment
tests/gtest/gtest-all.cc:6646
Function
TearDownTestCase
tests/gtest/gtest.h:12886
Function
TearDownTestSuite
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
Function
TempDir
tests/gtest/gtest-all.cc:7563
Method
TersePrintPrefixToStrings
tests/gtest/gtest.h:8861
Method
Test
The c'tor saves the states of all flags.
tests/gtest/gtest-all.cc:3739
Function
TestDisabled
Returns true iff test is disabled.
tests/gtest/gtest.h:13423
Method
TestEventListeners
tests/gtest/gtest-all.cc:5970
Method
TestEventRepeater
tests/gtest/gtest-all.cc:4841
Function
TestExists
tests/gtest/gtest.h:7032
Method
TestFactoryBase
tests/gtest/gtest.h:6884
Function
TestFailed
Returns true iff test failed.
tests/gtest/gtest.h:13412
Method
TestInfo
tests/gtest/gtest.h:10980
Method
TestInfo
Constructs a TestInfo object. It assumes ownership of the test factory object.
tests/gtest/gtest-all.cc:4034
Method
TestMetaFactory
tests/gtest/gtest.h:10828
Method
TestNameIs
Constructor. TestNameIs has NO default constructor.
tests/gtest/gtest-all.cc:4121
Function
TestNotEmpty
tests/gtest/gtest.h:10775
Method
TestParamInfo
tests/gtest/gtest.h:10451
Function
TestPartFatallyFailed
Returns true iff the test part fatally failed.
tests/gtest/gtest-all.cc:3704
Function
TestPartNonfatallyFailed
Returns true iff the test part non-fatally failed.
tests/gtest/gtest-all.cc:3714
Function
TestPartSkipped
Returns true off the test part was skipped.
tests/gtest/gtest-all.cc:3685
Function
TestPassed
Returns true iff test passed.
tests/gtest/gtest.h:13402
Method
TestPropertiesAsJson
Produces a string representing the test properties in a result as a JSON dictionary.
tests/gtest/gtest-all.cc:5781
Method
TestPropertiesAsXmlAttributes
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
Method
TestProperty
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
Method
TestPropertyKeyIs
Constructor. TestPropertyKeyIs has NO default constructor.
tests/gtest/gtest-all.cc:745
Function
TestReportable
Returns true iff this test will appear in the XML report.
tests/gtest/gtest.h:13428
Function
TestReportableDisabled
Returns true iff the test is disabled and will be reported in the XML report.
tests/gtest/gtest.h:13418
Method
TestResult
Creates an empty TestResult.
tests/gtest/gtest-all.cc:3514
Function
TestSkipped
Returns true iff test skipped.
tests/gtest/gtest.h:13407
Method
TestSuite
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
Function
TestSuiteFailed
Returns true iff the test suite failed.
tests/gtest/gtest-all.cc:1860
Method
TestSuiteNameIs
Constructor.
tests/gtest/gtest-all.cc:6585
Function
TestSuitePassed
Returns true iff the test suite passed.
tests/gtest/gtest-all.cc:1855
Function
ThreadFuncWithCLinkage
tests/gtest/gtest.h:1561
Method
ThreadLocal
tests/gtest/gtest.h:1830
Method
ThreadLocalBase
tests/gtest/gtest.h:1727
Method
ThreadMain
tests/gtest/gtest-all.cc:10201
Method
ThreadMainParam
tests/gtest/gtest-all.cc:10192
Method
ThreadSafeLazyInit
Initializes owner_thread_id_ and critical_section_ in static mutexes.
tests/gtest/gtest-all.cc:10121
Method
ThreadWithParam
tests/gtest/gtest.h:1583
Method
ThreadWithParamBase
tests/gtest/gtest-all.cc:10218
Function
ToLower
tests/gtest/gtest.h:2243
Method
Trace
src/backward.h:711
Method
TraceResolverImpl
src/backward.h:3634
Method
TraceResolverLinuxBase
src/backward.h:1294
Method
TraceResolverLinuxImpl
src/backward.h:1407
Method
TraceResolverLinuxImpl
src/backward.h:1826
Method
TraceResolverLinuxImpl
src/backward.h:2150
Function
TypedEq
tests/gtest/gtest.h:9618
Function
TypedTestCaseIsDeprecated
tests/gtest/gtest.h:7707
Function
TypedTestCase_P_IsDeprecated
tests/gtest/gtest.h:7702
Method
UnitTest
Creates an empty UnitTest.
tests/gtest/gtest-all.cc:6401
Method
UnitTestImpl
tests/gtest/gtest-all.cc:6427
Method
UniversalPrint
tests/gtest/gtest.h:8849
Method
UniversalPrintArray
tests/gtest/gtest.h:8714
Method
UniversalTersePrint
tests/gtest/gtest.h:8840
Method
UniversalTersePrintTupleFieldsToStrings
tests/gtest/gtest.h:8878
Method
Unlock
Releases this mutex.
tests/gtest/gtest.h:1916
Method
Unlock
tests/gtest/gtest-all.cc:10068
Method
UnshuffleTests
Restores the test order to before the first shuffle.
tests/gtest/gtest-all.cc:4338
Method
UrlEncode
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
Method
Utf16ToAnsi
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
Method
ValidateTestProperty
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
Method
ValueArray
tests/gtest/gtest.h:11125
Method
ValueHolder
tests/gtest/gtest.h:1846
Method
ValueHolder
tests/gtest/gtest.h:2043
← previous
next →
801–900 of 1,190, ranked by callers