dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
DbTestFile
dextool
plugin
mutate
backend
database
standalone
Undocumented in source.
struct
DbTestFile {
Miniorm
db
();
void
put
(TestFile tfile);
TestFile
[]
getTestFiles
();
Optional
!
TestFile
getNewestTestFile
();
void
removeFile
(TestFilePath p);
}
Members
Functions
db
Miniorm
db
()
Undocumented in source. Be warned that the author may not have intended to support it.
getNewestTestFile
Optional
!
TestFile
getNewestTestFile
()
getTestFiles
TestFile
[]
getTestFiles
()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(TestFile tfile)
Undocumented in source. Be warned that the author may not have intended to support it.
removeFile
void
removeFile
(TestFilePath p)
Remove the file with all mutations that are coupled to it.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
database
standalone
structs
Database
DbCoverage
DbDependency
DbFile
DbMarkMutant
DbMemOverload
DbMetaData
DbMisc
DbMutant
DbSchema
DbTestCase
DbTestCmd
DbTestFile
DbTimeout
DbWorklist