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

org.jetbrains.spek.engine.SpekExecutionContext.kt Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package org.jetbrains.spek.engine

import org.junit.platform.engine.EngineExecutionListener
import org.junit.platform.engine.ExecutionRequest
import org.junit.platform.engine.support.hierarchical.EngineExecutionContext

/**
 * @author Ranie Jade Ramiso
 */
class SpekExecutionContext(val executionRequest: ExecutionRequest): EngineExecutionContext {
    val engineExecutionListener: EngineExecutionListener
        get() = executionRequest.engineExecutionListener
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy