CppUnit project page FAQ

DefaultProtector.h
Go to the documentation of this file.
1 #ifndef CPPUNIT_DEFAULTPROTECTOR_H
2 #define CPPUNIT_DEFAULTPROTECTOR_H
3 
4 #include <cppunit/Protector.h>
5 
7 
18 {
19 public:
20  bool protect( const Functor &functor,
21  const ProtectorContext &context );
22 };
23 
25 
26 #endif // CPPUNIT_DEFAULTPROTECTOR_H
27 
#define CPPUNIT_NS_END
Definition: Portability.h:106
#define CPPUNIT_NS_BEGIN
Definition: Portability.h:105
Default protector that catch all exceptions (Implementation).
Definition: DefaultProtector.h:18
bool protect(const Functor &functor, const ProtectorContext &context)
Definition: DefaultProtector.cpp:10
Definition: Protector.h:15
Protector context (Implementation). Implementation detail.
Definition: ProtectorContext.h:18
Protects one or more test case run.
Definition: Protector.h:48

Send comments to:
CppUnit Developers