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.24.0
Show newest version
package io.cucumber.scala

import Aliases.HookDefinitionBody

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy