dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
TestCaseAnalyzer.Success
dextool
plugin
mutate
backend
test_mutant
common
TestCaseAnalyzer
Undocumented in source.
struct
TestCaseAnalyzer
static
struct
Success {
TestCase
[]
failed
;
TestCase
[]
testCmd
;
TestCase
[]
found
;
}
Members
Variables
failed
TestCase
[]
failed
;
Undocumented in source.
found
TestCase
[]
found
;
Undocumented in source.
testCmd
TestCase
[]
testCmd
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
test_mutant
common
TestCaseAnalyzer
aliases
Result
constructors
this
functions
analyze
empty
structs
Failed
Success
Unstable