テスト情報クラス
[詳解]
#include <iutest_info.hpp>
◆ TestInfo()
iutest::TestInfo::TestInfo |
( |
detail::iuITestSuiteMediator * |
testsuite, |
|
|
const ::std::string & |
name, |
|
|
detail::iuFactoryBase * |
factory |
|
) |
| |
|
inline |
コンストラクタ
- 引数
-
[in] | testsuite | = TestSuite 仲介者 |
[in] | name | = テスト名 |
[in] | factory | = テスト生成器 |
◆ elapsed_time()
◆ HasFailure()
bool iutest::TestInfo::HasFailure |
( |
| ) |
const |
|
inline |
◆ HasFatalFailure()
bool iutest::TestInfo::HasFatalFailure |
( |
| ) |
const |
|
inline |
◆ HasNonfatalFailure()
bool iutest::TestInfo::HasNonfatalFailure |
( |
| ) |
const |
|
inline |
◆ HasWarning()
bool iutest::TestInfo::HasWarning |
( |
| ) |
const |
|
inline |
◆ is_disabled_test()
bool iutest::TestInfo::is_disabled_test |
( |
| ) |
const |
|
inline |
◆ is_ran()
bool iutest::TestInfo::is_ran |
( |
| ) |
const |
|
inline |
◆ is_reportable()
bool iutest::TestInfo::is_reportable |
( |
| ) |
const |
|
inline |
◆ is_skipped()
bool iutest::TestInfo::is_skipped |
( |
| ) |
const |
|
inline |
◆ name()
const char* iutest::TestInfo::name |
( |
| ) |
const |
|
inline |
◆ Passed()
bool iutest::TestInfo::Passed |
( |
| ) |
const |
|
inline |
◆ result()
const TestResult* iutest::TestInfo::result |
( |
| ) |
const |
|
inline |
◆ should_run()
bool iutest::TestInfo::should_run |
( |
| ) |
const |
|
inline |
◆ test_full_name()
::std::string iutest::TestInfo::test_full_name |
( |
| ) |
const |
|
inline |
◆ test_name_with_where()
::std::string iutest::TestInfo::test_name_with_where |
( |
| ) |
const |
|
inline |
◆ test_suite_name()
const char* iutest::TestInfo::test_suite_name |
( |
| ) |
const |
|
inline |
◆ testsuite_name_with_default_package_name()
::std::string iutest::TestInfo::testsuite_name_with_default_package_name |
( |
| ) |
const |
|
inline |
◆ type_param()
const char* iutest::TestInfo::type_param |
( |
| ) |
const |
|
inline |
◆ ValidateTestPropertyName()
static bool iutest::TestInfo::ValidateTestPropertyName |
( |
const ::std::string & |
name | ) |
|
|
inlinestatic |
◆ value_param()
const char* iutest::TestInfo::value_param |
( |
| ) |
const |
|
inline |
このクラス詳解は次のファイルから抽出されました: