dextool v2.0.0-rc.2 (2020-01-29T20:47:13Z)
Dub
Repo
TestResult
dextool
plugin
mutate
backend
test_mutant
test_cmd_runner
The result of running the tests.
@
safe
struct
TestResult {
enum
Status
;
Status
status
;
DrainElement
[]
output
;
}
Members
Enums
Status
enum
Status
Undocumented in source.
Variables
output
DrainElement
[]
output
;
Output from all the test binaries and command.
status
Status
status
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
test_mutant
test_cmd_runner
functions
findExecutables
spawnRunTest
structs
TestResult
TestRunner
The result of running the tests.