package gatling
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class NessieActionBuilder(tag: String, nessieExec: Option[(NessieApiV1, Session) => Session] = None, ignoreExceptions: Boolean = false, dontLogResponse: Boolean = false, exceptionHandler: (Exception, NessieApiV1, Session) => Session = (_, _, session) => session) extends ActionBuilder with NameGen with Product with Serializable
Builder created via NessieDsl.nessie for Nessie-Gatling-Actions.
Builder created via NessieDsl.nessie for Nessie-Gatling-Actions.
Do not create an instance of this builder yourself.
- tag
tag as shown in Gatling for the action being built
- nessieExec
the action to be executed, takes the NessieClient and Gatling Session
- ignoreExceptions
whether exceptions are ignored
- dontLogResponse
whether responses are not logged against Gatling and don't appear in the output
- case class NessieComponents(coreComponents: CoreComponents, nessieProtocol: NessieProtocol) extends ProtocolComponents with Product with Serializable
Gatling protocol components for Nessie, nothing useful for users in here.
- trait NessieDsl extends AnyRef
All Nessie performance tests start from the
NessieDsl.nessieNessieProtocolBuilder. - case class NessieProtocol(client: NessieApiV1) extends Protocol with Product with Serializable
- case class NessieProtocolBuilder() extends StrictLogging with Product with Serializable
Value Members
- object NessieProtocol extends Serializable
- object Predef extends NessieDsl