MCPcopy Create free account
hub / github.com/catchorg/Catch2 / missingCaptureInstance

Function missingCaptureInstance

extras/catch_amalgamated.cpp:2499–2501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2497namespace Catch {
2498 namespace Detail {
2499 void missingCaptureInstance() {
2500 CATCH_INTERNAL_ERROR( "No result capture instance" );
2501 }
2502 } // namespace Detail
2503
2504 IResultCapture::~IResultCapture() = default;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected