| 174 | |
| 175 | |
| 176 | bool |
| 177 | TestResult::protect( const Functor &functor, |
| 178 | Test *test, |
| 179 | const std::string &shortDescription ) |
| 180 | { |
| 181 | ProtectorContext context( test, this, shortDescription ); |
| 182 | return m_protectorChain->protect( functor, context ); |
| 183 | } |
| 184 | |
| 185 | |
| 186 | void |