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

munit.ComparisonFailExceptionHandler.scala Maven / Gradle / Ivy

The newest version!
package munit

trait ComparisonFailExceptionHandler {
  def handle(
      message: String,
      obtained: String,
      expected: String,
      location: Location
  ): Nothing
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy