Home
last modified time | relevance | path

Searched defs:TestInvokerAsMethod (Results 1 – 1 of 1) sorted by relevance

/third_party/libabigail/tests/lib/
Dcatch.hpp963 class TestInvokerAsMethod : public ITestInvoker { class
966 TestInvokerAsMethod( void (C::*testAsMethod)() ) noexcept : m_testAsMethod( testAsMethod ) {} in TestInvokerAsMethod() function in Catch::TestInvokerAsMethod