MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / setRunner

Method setRunner

extlibs/catch/include/catch/catch.hpp:9948–9950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9946 m_resultCapture = resultCapture;
9947 }
9948 void setRunner( IRunner* runner ) override {
9949 m_runner = runner;
9950 }
9951 void setConfig( IConfigPtr const& config ) override {
9952 m_config = config;
9953 }

Callers 1

RunContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected