diamond v2.7.0 (2018-03-07T22:17:16Z)
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.