TestSuite
[詳解]
#include <iutest_suite.hpp>
◆ TestSuite()
コンストラクタ
- 引数
-
[in] | testsuite_name | = TestSuite 名 |
[in] | id | = TestSuite ID |
[in] | setup | = テスト事前実行関数 |
[in] | teardown | = テスト事後実行関数 |
◆ ad_hoc_testresult()
const TestResult* iutest::TestSuite::ad_hoc_testresult |
( |
| ) |
const |
|
inline |
テスト実行中じゃないときのリザルトの取得
- 非推奨:
◆ disabled_test_count()
int iutest::TestSuite::disabled_test_count |
( |
| ) |
const |
|
inline |
◆ elapsed_time()
◆ Failed()
bool iutest::TestSuite::Failed |
( |
| ) |
const |
|
inline |
◆ failed_test_count()
int iutest::TestSuite::failed_test_count |
( |
| ) |
const |
◆ GetTestInfo()
const TestInfo* iutest::TestSuite::GetTestInfo |
( |
int |
index | ) |
const |
|
inline |
◆ name()
const char* iutest::TestSuite::name |
( |
| ) |
const |
|
inline |
◆ Passed()
bool iutest::TestSuite::Passed |
( |
| ) |
const |
|
inline |
◆ reportable_disabled_test_count()
int iutest::TestSuite::reportable_disabled_test_count |
( |
| ) |
const |
◆ reportable_skip_test_count()
int iutest::TestSuite::reportable_skip_test_count |
( |
| ) |
const |
◆ reportable_test_count()
int iutest::TestSuite::reportable_test_count |
( |
| ) |
const |
◆ reportable_test_run_skipped_count()
int iutest::TestSuite::reportable_test_run_skipped_count |
( |
| ) |
const |
◆ should_run()
bool iutest::TestSuite::should_run |
( |
| ) |
const |
|
inline |
◆ skip_test_count()
int iutest::TestSuite::skip_test_count |
( |
| ) |
const |
◆ start_timestamp()
◆ successful_test_count()
int iutest::TestSuite::successful_test_count |
( |
| ) |
const |
◆ test_run_skipped_count()
int iutest::TestSuite::test_run_skipped_count |
( |
| ) |
const |
◆ test_to_run_count()
int iutest::TestSuite::test_to_run_count |
( |
| ) |
const |
|
inline |
◆ testsuite_name_with_default_package_name()
::std::string iutest::TestSuite::testsuite_name_with_default_package_name |
( |
| ) |
const |
|
inline |
◆ testsuite_name_with_where()
::std::string iutest::TestSuite::testsuite_name_with_where |
( |
| ) |
const |
|
inline |
◆ total_test_count()
int iutest::TestSuite::total_test_count |
( |
| ) |
const |
|
inline |
◆ type_param()
virtual const char* iutest::TestSuite::type_param |
( |
| ) |
const |
|
inlinevirtual |
◆ ValidateTestPropertyName()
static bool iutest::TestSuite::ValidateTestPropertyName |
( |
const ::std::string & |
name | ) |
|
|
inlinestatic |
このクラス詳解は次のファイルから抽出されました: