All Downloads are FREE. Search and download functionalities are using the official Maven repository.

run.smt.ktest.rest.api.Debugging.kt Maven / Gradle / Ivy

package run.smt.ktest.rest.api

interface Debugging {
    var debug: Boolean

    fun enableDebug() {
        debug = true
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy