MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / TestCase

Method TestCase

unittests/catch.hpp:9959–9959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9957 }
9958
9959 TestCase::TestCase( ITestInvoker* testCase, TestCaseInfo&& info ) : TestCaseInfo( std::move(info) ), test( testCase ) {}
9960
9961 TestCase TestCase::withName( std::string const& _newName ) const {
9962 TestCase other( *this );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected