rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Fields
testcase Struct Reference

Structure representing a test case. More...

#include <test.h>

Collaboration diagram for testcase:
Collaboration graph
[legend]

Data Fields

const charname
 Test case name.

 
void(* setup )(void)
 Test case preparation function.
 
void(* teardown )(void)
 Test case clean up function.

 
void(* execute )(void)
 Test case execution function.

 

Detailed Description

Structure representing a test case.

Definition at line 58 of file test.h.

Field Documentation

◆ execute

void(* testcase::execute) (void)

Test case execution function.

Definition at line 62 of file test.h.

Referenced by execute_test().

◆ name

const char* testcase::name

Test case name.

Definition at line 59 of file test.h.

◆ setup

void(* testcase::setup) (void)

Test case preparation function.

Definition at line 60 of file test.h.

Referenced by execute_test().

◆ teardown

void(* testcase::teardown) (void)

Test case clean up function.

Definition at line 61 of file test.h.

Referenced by execute_test().


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