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

Method invoke

unittests/catch.hpp:9967–9969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9965 }
9966
9967 void TestCase::invoke() const {
9968 test->invoke();
9969 }
9970
9971 bool TestCase::operator == ( TestCase const& other ) const {
9972 return test.get() == other.test.get() &&

Callers 1

invokeActiveTestCaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected