MCPcopy Create free account
hub / github.com/RenderKit/oidn / TestCase

Method TestCase

external/catch.hpp:14147–14147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14145 }
14146
14147 TestCase::TestCase( ITestInvoker* testCase, TestCaseInfo&& info ) : TestCaseInfo( std::move(info) ), test( testCase ) {}
14148
14149 TestCase TestCase::withName( std::string const& _newName ) const {
14150 TestCase other( *this );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected