Bitcoin Core 30.99.0
P2P Digital Currency
Public Attributes | List of all members
tf_framework Struct Reference

#include <unit_test.h>

Collaboration diagram for tf_framework:
[legend]

Public Attributes

struct tf_args args
 
const struct tf_test_moduleregistry_modules
 
int num_modules
 
const struct tf_test_moduleregistry_no_rng
 
setup_ctx_fn fn_setup
 
teardown_fn fn_teardown
 
run_test_fn fn_run_test
 

Detailed Description

Definition at line 93 of file unit_test.h.

Member Data Documentation

◆ args

struct tf_args tf_framework::args

Definition at line 95 of file unit_test.h.

◆ fn_run_test

run_test_fn tf_framework::fn_run_test

Definition at line 106 of file unit_test.h.

◆ fn_setup

setup_ctx_fn tf_framework::fn_setup

Definition at line 103 of file unit_test.h.

◆ fn_teardown

teardown_fn tf_framework::fn_teardown

Definition at line 104 of file unit_test.h.

◆ num_modules

int tf_framework::num_modules

Definition at line 99 of file unit_test.h.

◆ registry_modules

const struct tf_test_module* tf_framework::registry_modules

Definition at line 97 of file unit_test.h.

◆ registry_no_rng

const struct tf_test_module* tf_framework::registry_no_rng

Definition at line 101 of file unit_test.h.


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