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

Function makeTestInvoker

unittests/catch.hpp:499–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497
498template<typename C>
499auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* {
500 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod );
501}
502
503struct NameAndTags {
504 NameAndTags( StringRef const& name_ = StringRef(), StringRef const& tags_ = StringRef() ) noexcept;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected