trial ~master (2021-03-31T18:29:59Z)
Home
Dub
Repo
TestAttribute
trial
attributes
This struct is used to mark some test functions
struct
TestAttribute {
string
file
;
size_t
line
;
}
Members
Variables
file
string
file
;
line
size_t
line
;
Meta
Source
See Implementation
trial
attributes
functions
AfterAll
AfterEach
BeforeAll
BeforeEach
Test
structs
TestAttribute
TestSetupAttribute
This struct is used to mark some test functions