Home
last modified time | relevance | path

Searched refs:m_expected (Results 1 – 1 of 1) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DMatchers.tests.cpp70 int m_expected; member in __anonb5bcda700111::MatchersTests::ExceptionMatcher
72 ExceptionMatcher(int i) : m_expected(i) {} in ExceptionMatcher()
75 return se.i == m_expected; in match()
80 ss << "special exception has value of " << m_expected; in describe()