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

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

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

import io.cucumber.scala.Aliases.StaticHookDefinitionBody

case class ScalaStaticHookDetails(
    order: Int,
    body: StaticHookDefinitionBody,
    stackTraceElement: StackTraceElement
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy