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

munit.internal.junitinterface.Settings.scala Maven / Gradle / Ivy

The newest version!
package munit.internal.junitinterface

trait Settings {
  def trimStackTraces: Boolean
}

object Settings {
  def defaults(): Settings = new Settings {
    def trimStackTraces: Boolean = true
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy