Morse Micro IoT SDK  2.9.7
test_step Struct Reference

Detailed Description

Test step descriptor.

Definition at line 31 of file porting_assistant.h.

#include <porting_assistant.h>

Data Fields

const char * description
 Short, user friendly description of the test step. More...
 
enum test_result(* exec )(char *log_buf, size_t log_buf_len)
 Test step execution function. More...
 

Field Documentation

◆ description

const char* test_step::description

Short, user friendly description of the test step.

Definition at line 34 of file porting_assistant.h.

◆ exec

enum test_result(* test_step::exec) (char *log_buf, size_t log_buf_len)

Test step execution function.

Definition at line 34 of file porting_assistant.h.


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