D++ (DPP)  10.0.30
C++ Discord API Bot Library
test_t Struct Reference

#include "test.h"

Collaboration diagram for test_t:

Public Member Functions

 test_t (std::string_view testname, std::string_view testdesc, int testflags)
 

Public Attributes

std::string_view description
 
test_flags_t flags
 
std::string_view name
 
test_status_t status = ts_not_executed
 

Constructor & Destructor Documentation

◆ test_t()

test_t::test_t ( std::string_view  testname,
std::string_view  testdesc,
int  testflags 
)

Member Data Documentation

◆ description

std::string_view test_t::description

Referenced by set_status().

◆ flags

test_flags_t test_t::flags

Referenced by is_skipped().

◆ name

std::string_view test_t::name

◆ status

test_status_t test_t::status = ts_not_executed

Referenced by set_status(), and set_test().


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