diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
HttpTest
diamond
unittesting
attributes
Attribute to define a test.
static if
(
isWeb && isTesting
)
struct
HttpTest {
string
name
;
}
Members
Variables
name
string
name
;
The name of the test.
Meta
Source
See Implementation
diamond
unittesting
attributes
structs
HttpTest
Attribute to define a test.