MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / withName

Method withName

Bcore/src/main/cpp/Dobby/tests/catch.hpp:9875–9879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9873}
9874
9875TestCase TestCase::withName(std::string const &_newName) const {
9876 TestCase other(*this);
9877 other.name = _newName;
9878 return other;
9879}
9880
9881void TestCase::invoke() const {
9882 test->invoke();

Callers 1

registerTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected