MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / makeTestInvoker

Function makeTestInvoker

tests/catch.hpp:824–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822
823template<typename C>
824auto makeTestInvoker( void (C::*testAsMethod)() ) noexcept -> ITestInvoker* {
825 return new(std::nothrow) TestInvokerAsMethod<C>( testAsMethod );
826}
827
828struct NameAndTags {
829 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