MCPcopy Create free account
hub / github.com/cirquit/trdrop / abortAfterFirst

Function abortAfterFirst

ext/catch.hpp:5024–5024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5022namespace Catch {
5023
5024 inline void abortAfterFirst( ConfigData& config ) { config.abortAfter = 1; }
5025 inline void abortAfterX( ConfigData& config, int x ) {
5026 if( x < 1 )
5027 throw std::runtime_error( "Value after -x or --abortAfter must be greater than zero" );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected