iutest  1.17.1.0
公開型 | 静的公開メンバ関数 | 全メンバ一覧
iutest::WithParamInterface< T > クラステンプレート

パラメータテストインターフェース [詳解]

#include <iutest_body.hpp>

公開型

typedef T ParamType
 パラメータ型
 
typedef TestParamInfo< T > TestParamInfoType
 パラメータ情報型
 

静的公開メンバ関数

static const ParamTypeGetParam ()
 パラメータの取得
 
template<int N>
static const tuples::tuple_element< N, ParamType >::type & GetParam ()
 パラメータの取得
 
static const ::std::string MakeTestParamName (const TestParamInfoType &info)
 テスト名の生成
 

詳解

template<typename T>
class iutest::WithParamInterface< T >

パラメータテストインターフェース

テンプレート引数
T= パラメータ型
各種例
parameterized.cpp.

このクラス詳解は次のファイルから抽出されました: