Skip to content

Instantly share code, notes, and snippets.

View Nillerr's full-sized avatar

Nicklas Jensen Nillerr

View GitHub Profile
abstract class BeforeSuiteExtension : BeforeAllCallback, ExtensionContext.Store.CloseableResource {
companion object {
@JvmStatic
private val lock = ReentrantLock()
@JvmStatic
private var isStarted: Boolean = false
}