com.chutneytesting.kotlin.junit.engine.execution.ChutneyJUnitReportingKeys.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chutney-kotlin-dsl Show documentation
Show all versions of chutney-kotlin-dsl Show documentation
Generates Chutney scenarios using Kotlin.
The newest version!
package com.chutneytesting.kotlin.junit.engine.execution
enum class ChutneyJUnitReportingKeys(val value: String) {
REPORT_JSON_STRING("chutney.report"),
REPORT_STEP_JSON_STRING("chutney.report.step")
}