
ru.fix.corounit.allure.TestResultContextElement.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of corounit-allure Show documentation
Show all versions of corounit-allure Show documentation
https://github.com/ru-fix/corounit
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