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

io.cucumber.scala.ScalaHookDetails.scala Maven / Gradle / Ivy

There is a newer version: 8.25.1
Show newest version
package io.cucumber.scala

import Aliases.HookDefinitionBody

case class ScalaHookDetails(
    tagExpression: String,
    order: Int,
    body: HookDefinitionBody,
    stackTraceElement: StackTraceElement
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy