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

Method TestCase

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

Source from the content-addressed store, hash-verified

9870}
9871
9872TestCase::TestCase(ITestInvoker *testCase, TestCaseInfo &&info) : TestCaseInfo(std::move(info)), test(testCase) {
9873}
9874
9875TestCase TestCase::withName(std::string const &_newName) const {
9876 TestCase other(*this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected