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

ru.fix.corounit.allure.TestResultContextElement.kt Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package ru.fix.corounit.allure

import kotlin.coroutines.AbstractCoroutineContextElement
import kotlin.coroutines.CoroutineContext

internal class TestResultContextElement(
        val allureResult: io.qameta.allure.model.TestResult
) : AbstractCoroutineContextElement(TestResultContextElement) {
    companion object : CoroutineContext.Key
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy