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

com.intuit.karate.gatling.PreDef.scala Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package com.intuit.karate.gatling

object PreDef {
  def karateProtocol(uriPatterns: (String, Seq[MethodPause])*) = new KarateProtocol(uriPatterns.toMap)
  def karateFeature(name: String, tags: String *) = new KarateActionBuilder(name, tags)
  def pauseFor(list: (String, Int)*) = list.map(mp => MethodPause(mp._1, mp._2))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy