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

teststate.dsl.HasErrorString.scala Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package teststate.dsl

trait HasErrorString {
  def errorString: String
}

object HasErrorString {
  implicit def formatHasErrorString(e: HasErrorString): String =
    e.errorString
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy