trial ~master (2021-03-31T18:29:59Z)
Home
Dub
Repo
RunnerSettings
trial
runnersettings
Undocumented in source.
class
RunnerSettings {
Settings
settings
;
bool
combined
;
bool
parallel
;
bool
force
;
string
reporters
;
string
executor
;
string
plugins
;
string
testName
;
string
suiteName
;
string
buildType
;
this
();
auto
applyArguments
(CommandArgs args);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
applyArguments
auto
applyArguments
(CommandArgs args)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buildType
string
buildType
;
Undocumented in source.
combined
bool
combined
;
Undocumented in source.
executor
string
executor
;
Undocumented in source.
force
bool
force
;
Undocumented in source.
parallel
bool
parallel
;
Undocumented in source.
plugins
string
plugins
;
Undocumented in source.
reporters
string
reporters
;
Undocumented in source.
settings
Settings
settings
;
Undocumented in source.
suiteName
string
suiteName
;
Undocumented in source.
testName
string
testName
;
Undocumented in source.
Meta
Source
See Implementation
trial
runnersettings
classes
RunnerSettings