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