📄 defaultprotector.h
字号:
#ifndef CPPUNIT_DEFAULTPROTECTOR_H#define CPPUNIT_DEFAULTPROTECTOR_H#include <cppunit/Protector.h>CPPUNIT_NS_BEGIN/*! \brief Default protector that catch all exceptions (Implementation). * * Implementation detail. * \internal This protector catch and generate a failure for the following * exception types: * - Exception * - std::exception * - ... */class DefaultProtector : public Protector{public: bool protect( const Functor &functor, const ProtectorContext &context );};CPPUNIT_NS_END#endif // CPPUNIT_DEFAULTPROTECTOR_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -