Compute Library
 23.08
TestInfo Struct Reference

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...
 

Detailed Description

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.

Note
The mapping between test id and test name is not guaranteed to be stable. It is subject to change as new test are added.

Definition at line 80 of file Framework.h.

Field Documentation

◆ id

int id

Test ID.

Definition at line 82 of file Framework.h.

Referenced by arm_compute::test::framework::operator<().

◆ mode

Test data set mode.

Definition at line 84 of file Framework.h.

◆ name

std::string name

Test name.

Definition at line 83 of file Framework.h.

Referenced by Framework::test_infos().

◆ status

Test status.

Definition at line 85 of file Framework.h.


The documentation for this struct was generated from the following file: