dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
TestCaseMetadata
dextool
plugin
mutate
backend
report
analyzers
Undocumented in source.
@
safe
struct
TestCaseMetadata {
struct
Location
;
string
[
TestCase
]
text
;
Location
[
TestCase
]
loc
;
bool
[
TestCase
]
redundant
;
}
Members
Structs
Location
struct
Location
Undocumented in source.
Variables
loc
Location
[
TestCase
]
loc
;
Undocumented in source.
redundant
bool
[
TestCase
]
redundant
;
If the user has manually marked a test case as redundant or not.
text
string
[
TestCase
]
text
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
report
analyzers
classes
DiffReport
MutantSample
TestCaseSimilarityAnalyse
TestGroupSimilarity
TestGroupStat
functions
makeTestCaseClassifier
parseTestCaseMetadata
reportDeadTestCases
reportDiff
reportMarkedMutants
reportMinimalSet
reportMutationScoreHistory
reportMutationSubtypeStats
reportScore
reportSelectedAliveMutants
reportStatistics
reportSyncStatus
reportTestCaseFullOverlap
reportTestCaseSimilarityAnalyse
reportTestCaseStats
reportTestCaseUniqueness
reportTestGroups
reportTestGroupsSimilarity
reportTrendByCodeChange
toTable
structs
EstimateMutationScore
EstimateScore
MarkedMutantsStat
MinimalTestSet
MutationScore
MutationScoreHistory
MutationStat
ScoreTrendByCodeChange
SyncStatus
TestCaseClassifier
TestCaseDeadStat
TestCaseMetadata
TestCaseOverlapStat
TestCaseStat
TestCaseUniqueness