MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / skipTest

Method skipTest

unittests/catch.hpp:3808–3811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3806 }
3807
3808 void skipTest(TestCaseInfo const&) override {
3809 // Don't do anything with this by default.
3810 // It can optionally be overridden in the derived class.
3811 }
3812
3813 IConfigPtr m_config;
3814 std::ostream& stream;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected