23.08
|
Information about a test case. More...
#include <Framework.h>
Data Fields | |
int | id |
Test ID. More... | |
std::string | name |
Test name. More... | |
DatasetMode | mode |
Test data set mode. More... | |
TestCaseFactory::Status | status |
Test status. More... | |
Information about a test case.
A test can be identified either via its id or via its name. Additionally each test is tagged with the data set mode in which it will be used and its status.
Definition at line 80 of file Framework.h.
int id |
Test ID.
Definition at line 82 of file Framework.h.
Referenced by arm_compute::test::framework::operator<().
DatasetMode mode |
Test data set mode.
Definition at line 84 of file Framework.h.
std::string name |
TestCaseFactory::Status status |
Test status.
Definition at line 85 of file Framework.h.