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

Method TestCase

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

Source from the content-addressed store, hash-verified

11495 }
11496
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 );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected