TegralDiCheckDsl

DSL receiver class for the Tegral DI check DSL.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Checks that should be ran.

Link copied to clipboard

Modules that should be taken into account during the checks

Extensions

Link copied to clipboard

Checks that the modules are complete and that all dependencies and injections can be properly resolved.

Link copied to clipboard

Adds the given modules to this Tegral DI check instance.

Link copied to clipboard

Checks that no cyclic dependencies are present within the modules.

Link copied to clipboard
inline fun TegralDiCheckDsl.noUnused(block: NoUnusedCheckDsl.() -> Unit = {})

Creates a NoUnusedCheck.

Link copied to clipboard

Check that verifies no injection is actually performed during the instantiation of components.