Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9875
TestCase TestCase::withName(std::string const &_newName) const {
9876
TestCase other(*this);
9877
other.name = _newName;
9878
return other;
9879
}
9880
9881
void TestCase::invoke() const {
9882
test->invoke();
Callers
1
registerTest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected