Package-level declarations
Types
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.TYPEALIAS, AnnotationTarget.TYPE, AnnotationTarget.FUNCTION] )
A DSL marker annotation to restrict the scope of DSL functions.
Link copied to clipboard
object TestModeDetector
Helper class for detecting test environments. This provides multiple detection methods to ensure test environments are properly detected. Also supports explicit test mode enablement for more reliable test execution.