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

Class CodeLocation

tests/gtest/gtest.h:6915–6921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6913using TearDownTestSuiteFunc = void (*)();
6914
6915struct CodeLocation {
6916 CodeLocation(const std::string& a_file, int a_line)
6917 : file(a_file), line(a_line) {}
6918
6919 std::string file;
6920 int line;
6921};
6922
6923// Helper to identify which setup function for TestCase / TestSuite to call.
6924// Only one function is allowed, either TestCase or TestSute but not both.

Callers 2

AddTestNameFunction · 0.85
RegisterTestFunction · 0.85

Calls

no outgoing calls

Tested by 2

AddTestNameFunction · 0.68
RegisterTestFunction · 0.68