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

com.github.jeanadrien.gatling.mqtt.actions.PayloadComparison.scala Maven / Gradle / Ivy

The newest version!
package com.github.jeanadrien.gatling.mqtt.actions

/**
  *
  */
object PayloadComparison {

    val sameBytesContent : Array[Byte] => Array[Byte] => Boolean = (a => b => a.deep == b.deep)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy