dextool.plugin.mutate.backend.database.standalone

Members

Structs

Database
struct Database

Database wrapper with minimal dependencies.

DbCoverage
struct DbCoverage
Undocumented in source.
DbDependency
struct DbDependency

Dependencies between root and those files that should trigger a re-analyze of the root if they are changed.

DbMarkMutant
struct DbMarkMutant
Undocumented in source.
DbMetaData
struct DbMetaData
Undocumented in source.
DbMutant
struct DbMutant
Undocumented in source.
DbSchema
struct DbSchema
Undocumented in source.
DbTestCase
struct DbTestCase
Undocumented in source.
DbTestCmd
struct DbTestCmd
Undocumented in source.
DbTestFile
struct DbTestFile
Undocumented in source.
DbTimeout
struct DbTimeout
Undocumented in source.
DbWorklist
struct DbWorklist
Undocumented in source.

Meta

License

MPL-2

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

This module contains the a basic database interface that have minimal dependencies on internal modules. It is intended to be reusable from the test suite.

The only acceptable dependency are: * ../type.d * ..backend/type.d * ../database/type.d * ../database/schema.d