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

run.qontract.core.Suggestions.kt Maven / Gradle / Ivy

package run.qontract.core

import io.cucumber.messages.Messages

class Suggestions(contractGherkinDocument: Messages.GherkinDocument) {
    val scenarios: List = lex(contractGherkinDocument).second
    constructor(gherkinData: String) : this(parseGherkinString(gherkinData))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy