MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / withName

Method withName

tests/catch.hpp:11499–11503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11497 TestCase::TestCase( ITestInvoker* testCase, TestCaseInfo&& info ) : TestCaseInfo( std::move(info) ), test( testCase ) {}
11498
11499 TestCase TestCase::withName( std::string const& _newName ) const {
11500 TestCase other( *this );
11501 other.name = _newName;
11502 return other;
11503 }
11504
11505 void TestCase::invoke() const {
11506 test->invoke();

Callers 1

registerTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected