|
SimpleKernel 1.17.0
|
单个测试线程的结果记录 More...
#include <system_test.h>

Public Attributes | |
| const char * | name = nullptr |
| int64_t | pid = 0 |
| TestThreadStatus | status = TestThreadStatus::kPending |
| int | exit_code = -1 |
单个测试线程的结果记录
Definition at line 231 of file system_test.h.
| int TestResult::exit_code = -1 |
Definition at line 235 of file system_test.h.
| const char* TestResult::name = nullptr |
Definition at line 232 of file system_test.h.
| int64_t TestResult::pid = 0 |
Definition at line 233 of file system_test.h.
| TestThreadStatus TestResult::status = TestThreadStatus::kPending |
Definition at line 234 of file system_test.h.