MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / FuchsiaDeathTest

Method FuchsiaDeathTest

tests/gtest/gtest-all.cc:8412–8416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8410class FuchsiaDeathTest : public DeathTestImpl {
8411 public:
8412 FuchsiaDeathTest(const char* a_statement, Matcher<const std::string&> matcher,
8413 const char* file, int line)
8414 : DeathTestImpl(a_statement, std::move(matcher)),
8415 file_(file),
8416 line_(line) {}
8417
8418 // All of these virtual functions are inherited from DeathTest.
8419 int Wait() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected