iutest
1.17.1.0
|
パラメータテストインターフェース [詳解]
#include <iutest_body.hpp>
公開型 | |
typedef T | ParamType |
パラメータ型 | |
typedef TestParamInfo< T > | TestParamInfoType |
パラメータ情報型 | |
静的公開メンバ関数 | |
static const ParamType & | GetParam () |
パラメータの取得 | |
template<int N> | |
static const tuples::tuple_element< N, ParamType >::type & | GetParam () |
パラメータの取得 | |
static const ::std::string | MakeTestParamName (const TestParamInfoType &info) |
テスト名の生成 | |
パラメータテストインターフェース
T | = パラメータ型 |