CppUnit project page CppUnit home page

inputbasedtest.h File Reference

#include "forwards.h"
#include <json/value.h>
#include <cpptl/any.h>
#include <cpptl/reflection.h>

Include dependency graph for inputbasedtest.h:

Go to the source code of this file.

Namespaces

namespace  CppUT

Classes

class  CppUT::TableDataSource
class  CppUT::JsonTableDataSource
class  CppUT::InputTest
struct  CppUT::Bind234< Functor >
class  CppUT::ColumnInputTest

Defines

#define CPPUT_INPUT_FIXTURE_BEGIN(ClassType)
#define CPPUT_INPUT_FIXTURE_END()   CPPTL_REFLECT_CLASS_END()

Functions

template<typename Functor, typename A2, typename A3, typename A4>
CppTL::Functor1< typename
Functor::arg1_type > 
CppUT::bind234 (const Functor &functor, A2 a2, A3 a3, A4 a4)


Define Documentation

#define CPPUT_INPUT_FIXTURE_BEGIN ( ClassType   ) 

Value:

public: /* overridden from ColumnInputTest */   \
      virtual CppTL::Any getThis()                 \
      {                                            \
         return CppTL::makeAny( this );            \
      }                                            \
   CPPTL_REFLECT_CLASS_BEGIN( ClassType )          \

 
#define CPPUT_INPUT_FIXTURE_END (  )     CPPTL_REFLECT_CLASS_END()


SourceForge Logo hosts this site. Send comments to:
CppUnit Developers