MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / invoke

Method invoke

Bcore/src/main/cpp/Dobby/tests/catch.hpp:9881–9883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9879}
9880
9881void TestCase::invoke() const {
9882 test->invoke();
9883}
9884
9885bool TestCase::operator==(TestCase const &other) const {
9886 return test.get() == other.test.get() && name == other.name && className == other.className;

Callers 7

inflateBindingFunction · 0.45
newBindingViewHolderFunction · 0.45
invokeActiveTestCaseMethod · 0.45
callMethod · 0.45
callWithExceptionMethod · 0.45
callMethod · 0.45
callWithExceptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected