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

com.chutneytesting.kotlin.junit.engine.execution.ChutneyJUnitReportingKeys.kt Maven / Gradle / Ivy

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")
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy