|
FFmpeg
|
Describes a single test function. More...
#include <checkasm.h>
Data Fields | |
| const char * | name |
| Name of the test (used for filtering and reporting) More... | |
| void(* | func )(void) |
| Test function to invoke. More... | |
Describes a single test function.
Represents one test function that will be invoked by the test suite. Each test function typically tests a specific component or subsystem.
Definition at line 117 of file checkasm.h.
| const char* CheckasmTest::name |
Name of the test (used for filtering and reporting)
Definition at line 118 of file checkasm.h.
| void(* CheckasmTest::func) (void) |
Test function to invoke.
Definition at line 119 of file checkasm.h.
1.8.17