ACF $AcfVersion:0$
Classes | Namespaces | Macros
CStandardTestExecutor.h File Reference
#include <QtCore/QObject>
#include <QtCore/QVector>
#include <istd/TSmartPtr.h>
#include <itest/ITestExecutor.h>

Go to the source code of this file.

Classes

class  itest::CStandardTestExecutor
 Standard implementation of ITestExecutor with static test registration. More...
 
class  itest::CStandardTestExecutor::TestRegistrator< TestObject >
 

Namespaces

namespace  itest
 Contains interfaces and implementations of testing-related components.
 

Macros

#define I_ADD_TEST(className)   const itest::CStandardTestExecutor::TestRegistrator<className> className##_AddTest(#className);
 

Macro Definition Documentation

◆ I_ADD_TEST

#define I_ADD_TEST (   className)    const itest::CStandardTestExecutor::TestRegistrator<className> className##_AddTest(#className);

Definition at line 54 of file CStandardTestExecutor.h.