kotest-extensions / io.kotest.extensions.system / SystemPropertyListener

SystemPropertyListener

abstract class SystemPropertyListener

Constructors

<init>

SystemPropertyListener(newProperties: Map<String, String?>, mode: OverrideMode)

Functions

changeSystemProperties

fun changeSystemProperties(): Unit

resetSystemProperties

fun resetSystemProperties(): Unit

Inheritors

SystemPropertyProjectListener

Changes System Properties with chosen keys and values

class SystemPropertyProjectListener : SystemPropertyListener, ProjectListener

SystemPropertyTestListener

Changes System Properties with chosen keys and values

class SystemPropertyTestListener : SystemPropertyListener, TestListener