MCPcopy Create free account
hub / github.com/Kitware/CMake / GetName

Method GetName

Source/cmTest.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 //! Set the test name
32 void SetName(std::string const& name);
33 std::string GetName() const { return this->Name; }
34
35 void SetCommand(std::vector<std::string> const& command);
36 std::vector<std::string> const& GetCommand() const { return this->Command; }

Callers 15

testCreateFromTestsFunction · 0.45
GetDependenciesMethod · 0.45
cmSourceFile.cxxFile · 0.45
GetSourceGroupMethod · 0.45
GetSourceMethod · 0.45
CreateSourceMethod · 0.45
TryCompileMethod · 0.45
ReportErrorMethod · 0.45
CreateIfAnyMethod · 0.45
ChooseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected