trial ~master (2021-03-31T18:29:59Z)
Home
Dub
Repo
SpecStepsGlyphs
trial
reporters
specsteps
A structure containing the glyphs used for the spec steps reporter
struct
SpecStepsGlyphs {
version(Windows)
string
testBegin
;
version(Windows)
string
testEnd
;
version(Windows)
string
step
;
version(!Windows)
string
testBegin
;
version(!Windows)
string
testEnd
;
version(!Windows)
string
step
;
}
Members
Variables
step
string
step
;
step
string
step
;
testBegin
string
testBegin
;
testBegin
string
testBegin
;
testEnd
string
testEnd
;
testEnd
string
testEnd
;
Meta
Source
See Implementation
trial
reporters
specsteps
classes
SpecStepsReporter
functions
specStepsGlyphsToCode
structs
SpecStepsGlyphs
A structure containing the glyphs used for the spec steps reporter